Hey, I'm the creator of AtmanForge. With most text being LLM generated these days I wanted a personal line to start off the read me with. I created this project as I noticed I really only use a few image models when creating assets so I wanted a cheap, fast and convenient way to access the models. And it was a ton of fun to build! All code in Claude Code, Opus 4.5. Hope you find it useful!
Open source AI image generation app for macOS.
Generate stunning images with state-of-the-art AI models. Bring your own API keys — no subscription, no backend, complete privacy.
- Multiple AI Models — Access Gemini, GPT-Image, and more. Switch between models instantly.
- Bring Your Own Keys — Use your own API keys stored securely in your Mac's Keychain.
- Reference Images — Guide AI generation with reference images. Sketch directly on them.
- Background Removal — One-click background removal powered by bria/remove-background.
- Project Organization — Keep generations organized with full metadata and activity history.
- Privacy First — Everything runs locally. Your data never touches our servers.
- macOS 15.0 or later
- Xcode 16.0 or later (for building)
- A Replicate API key — currently the only supported provider for accessing AI models
git clone https://github.com/Nixarn/atmanforge.git
cd atmanforgeopen AtmanForge.xcodeprojSelect your target device and press ⌘R to build and run.
- Open AtmanForge
- Go to Settings (⌘,)
- Enter your Replicate API key
AtmanForge currently uses Replicate as its sole provider to access AI models. You'll need a Replicate API key to use the app.
| Model | Description |
|---|---|
| Gemini 2.5 | Google's latest multimodal model |
| GPT-Image 1.5 | OpenAI's image generation model |
| Remove Background | AI-powered background removal |
More models and providers coming soon!
AtmanForge/
├── Models/ # Data models (Project, Canvas, GenerationJob)
├── ViewModels/ # App state and business logic
├── Views/ # SwiftUI views
│ ├── Canvas/ # Main canvas and library views
│ ├── Components/ # Reusable components
│ ├── Inspector/ # Side panel views
│ ├── Settings/ # Settings view
│ └── Sidebar/ # Generation sidebar
└── Services/ # API providers and managers
AtmanForge is designed with privacy in mind:
- Local Storage — All images and project data are stored locally on your Mac
- Secure Keys — API keys are stored in your Mac's Keychain, not in plain text
- No Telemetry — We don't collect any usage data or analytics
- Direct API Calls — Requests go directly to AI providers, no middleman servers
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License — see the LICENSE file for details.
Built with ♥ by Turbo Lynx Oy
AtmanForge — Create with AI, on your terms.