Releases: asim266/macvis
Releases · asim266/macvis
Release list
MacVis v0.1.0 — first public release
MacVis v0.1.0 — first public release
A local-first agentic AI assistant for macOS. Multi-provider (Anthropic / OpenAI / OpenRouter / Gemini / Groq / Ollama), full Mac access (bash, files, web search), MCP integrations, Telegram remote, persistent memory, and a Projects view.
Downloads
- Apple Silicon (M1/M2/M3/M4): MacVis-0.1.0-arm64.dmg
- Intel Mac: MacVis-0.1.0-x64.dmg
⚠️ First launch (unsigned app)
This build is not code-signed. On first open macOS will warn that the developer can't be verified. Workarounds:
```bash
After dragging MacVis.app into /Applications:
xattr -d com.apple.quarantine /Applications/MacVis.app
```
Or right-click the app → Open → Open Anyway in the dialog.
Features in this release
- Multi-provider chat with fallback chain (primary → secondary → tertiary)
- Live API-key validation that fetches the actual model list per provider
- Persistent chat memory (sessions stored as JSON under `~/.macvis/sessions/`)
- Projects view that surfaces everything the agent creates in `~/.macvis/workspace/projects/`
- MCP Manager with 19 built-in integrations (GitHub, Vercel, Supabase, Railway, Slack, Stripe, Postgres, Notion, Linear, …) + Custom MCP form
- Telegram bot — each Telegram conversation becomes a chat session in MacVis
- BYOK only — no data ever leaves your Mac except the API calls you configured
Disclaimer
MacVis is open-source software provided AS IS. The agent has full Mac access. You are responsible for everything it does on your machine. The author is not liable for any damage, data loss, accidental expense, or other consequence. See the README disclaimer and LICENSE.