Skip to main content
2026-02-09
https://modaal-studio-distr.modaal.dev/ModaalStudio_0_6_0.dmgBigger changes:
  • The agent now supports stand-alone WatchOS app development, as well as dual iOS + WatchOS. Just tell the agent you want a standalone WatchOS app!
  • For pure WatchOS apps, the template is minimal, and the build times are lightning-fast!
  • Improved agent guidance and context search functionality, to give the agent better context for each prompt.
Smaller changes:
  • Re-organized onboarding screens: Now the agent installs Xcode first, before the pre-requisites.
  • Also, during Xcode check, WatchOS runtimes/simulators are detected.
  • UI improvements: display better tool names in the chat history
  • Show “Building” status, and the build logs, even when the build is started by the agent! No more confusion what’s happening!
2026-02-08
https://modaal-studio-distr.modaal.dev/ModaalStudio_0_5_3.dmgSmall changes:
  • Onboarding flow: 1) Install Xcode as the first step; 2) Show install/update log during prerequisites check (can take several minutes)
  • Improve licensing setup: add NOTICE; agents mark new files as explicitly NOT MIT-licensed.
2026-02-05
https://modaal-studio-distr.modaal.dev/ModaalStudio_0_5_2.dmgLatest update: Added MIT license to the app template, and clearly marked all source files. The MIT license is the most permissive, and unlocks broad range of the permitted use cases for the bundled source code. Update the app template to the modern Swift.Combine patterns. Among others: removes legacy dependencies, and makes the initial build 2-3x times faster! Also, LLMs are much more knowledgeable with the new patterns, so should be able to write better code, faster!For those of you who started building earlier, please use the attached prompt (copy-paste to Modaal) to migrate the existing project to the new template: (but it might burn through quite a lot of AI credits, use with discretion).https://discord.com/channels/1442563142818336931/1442563142818336938/1469081014763786475
2026-02-05
https://modaal-studio-distr.modaal.dev/ModaalStudio_0_5_1.dmgLatest update brings:
  • Extended Semantic Color Scheme (light + dark)
  • Fixed iOS template (RxSwift dependency no longer breaks - fixed warnings during compilation)
Prompts to migrate the project for those who started building earlier:
Please update dependencies in Package.swift across the project to switch back to the production RxSwift SPM:
`.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.10.1"),`
The `6_10_0_swift59_fix` workaround is no longer needed.
Please read new Semantic Color Scheme definitions `knowledge/ios-design-system.md`, and consistently apply semantic colors according to their intended use cases across the project. If the project uses custom color scheme, confirm before the migration.
Check this commit for reference:
https://github.com/modaal-agent/modaal-ios-template/commit/c3f7d6d769071989f910db2da880eabdd63228f5
Happy building!
2026-01-30
Special Launch Offer! All users who register by February 15 get a 1-month free trial. No credit card required.