Discover and explore top open-source AI tools and projects—updated daily.
JeidobanAI-powered native macOS app creation from prompts
New!
Top 94.6% on SourcePulse
Summary
Ironsmith is an open-source macOS menu bar app enabling instant creation of native SwiftUI Mac applications via AI prompts. It targets users needing to rapidly prototype or build small, focused utilities without extensive coding. Benefits include swift generation, building, and deployment of functional Mac apps, supporting both on-device and cloud LLMs.
How It Works
Users describe desired apps via prompts. Ironsmith uses AI models (local: Ollama, OpenAI-compatible; cloud: OpenAI, Anthropic, Gemini) to generate Swift/SwiftUI code. Apps compile as Swift packages using Xcode Command Line Tools, bypassing the full Xcode IDE. Generated apps are automatically sandboxed and hardened for security.
Quick Start & Requirements
script/build.sh.CONTRIBUTING.md for development workflow.Highlighted Details
Maintenance & Community
Contributions via issues/PRs are welcomed, guided by CONTRIBUTING.md. No specific community channels or notable contributors/sponsorships detailed in the README.
Licensing & Compatibility
Licensed under GNU General Public License v3.0 (GPL v3.0). This copyleft license requires derivative works to also be distributed under GPL v3.0, potentially impacting commercial use or closed-source integration.
Limitations & Caveats
Requires macOS 26+. Security features (sandboxing, hardened runtime) can be disabled, necessitating code review. Apple Intelligence must be enabled for certain AI features.
1 day ago
Inactive