English | 中文 | 日本語 | 한국어 | Español | Türkçe | العربية | Bahasa Indonesia
Accomplish is an open source AI desktop agent that automates file management, document creation, and browser tasks locally on your machine. Bring your own API keys (OpenAI, Anthropic, Google, xAI) or run local models via Ollama.
Runs locally on your machine. Bring your own API keys or local models. MIT licensed.
Download for Mac (Apple Silicon) · Download for Mac (Intel) · Download for Windows · Website · Blog · Releases
|
|
|
|
| 📁 File Management | ✍️ Document Writing | 🔗 Tool Connections |
| Sort, rename, and move files based on content or rules you give it | Prompt it to write, summarize, or rewrite documents | Works with Notion, Google Drive, Dropbox, and more (through local APIs) |
| ⚙️ Custom Skills | 🛡️ Full Control | |
| Define repeatable workflows, save them as skills | You approve every action. You can see logs. You can stop it anytime. |
- Clean up messy folders by project, file type, or date
- Draft, summarize, and rewrite docs, reports, and meeting notes
- Automate browser workflows like research and form entry
- Generate weekly updates from files and notes
- Prepare meeting materials from docs and calendars
- Anthropic (Claude)
- OpenAI (GPT)
- Google AI (Gemini)
- xAI (Grok)
- DeepSeek
- Moonshot AI (Kimi)
- Z.AI (GLM)
- MiniMax
- Amazon Bedrock
- Azure Foundry
- OpenRouter
- LiteLLM
- Ollama (local models)
- LM Studio (local models)
Accomplish runs locally on your machine. Your files stay on your device, and you choose which folders it can access.
- macOS (Apple Silicon)
- Windows 11
Takes 2 minutes to set up.
| Step | Action | Details |
|---|---|---|
| 1 | Install the App | Download the DMG and drag it into Applications |
| 2 | Connect Your AI | Use your own Google, OpenAI, Anthropic (or other) API key — or sign in with ChatGPT (Plus/Pro). No subscriptions. |
| 3 | Give It Access | Choose which folders it can see. You stay in control. |
| 4 | Start Working | Ask it to summarize a doc, clean a folder, or create a report. You approve everything. |
Does Accomplish run locally? Yes. Accomplish runs locally on your machine and you control which folders it can access.
Do I need an API key? You can use your own API keys (OpenAI, Anthropic, Google, xAI, etc.) or run local models via Ollama.
Is Accomplish free? Yes. Accomplish is open source and MIT licensed.
Which platforms are supported? macOS (Apple Silicon) and Windows 11 are available now.
Contributions welcome! Check out the main repo to get started.
# Fork → Clone → Branch → Commit → Push → PR
git checkout -b feature/amazing-feature
git commit -m 'Add amazing feature'
git push origin feature/amazing-feature