Reads, edits, and creates files in any project. Runs fully local with any Ollama model — private, fast, no API key required.
chmod +x manthra-linux-x64 && mv manthra-linux-x64 ~/.local/bin/manthra
chmod +x manthra-linux-arm64 && mv manthra-linux-arm64 ~/.local/bin/manthra
chmod +x manthra-macos-x64 && mv manthra-macos-x64 ~/.local/bin/manthra
macOS blocks unsigned binaries. After downloading, run these commands in Terminal:
xattr -c ~/Downloads/manthra-macos-x64
chmod +x ~/Downloads/manthra-macos-x64
codesign --force --deep --sign - ~/Downloads/manthra-macos-x64
mv ~/Downloads/manthra-macos-x64 ~/.local/bin/manthra
💡 Easiest fix: use the curl installer above — it handles this automatically.
See steps below — macOS requires signing before running.
macOS blocks unsigned binaries. After downloading, run these commands in Terminal:
xattr -c ~/Downloads/manthra-macos-arm64
chmod +x ~/Downloads/manthra-macos-arm64
codesign --force --deep --sign - ~/Downloads/manthra-macos-arm64
mv ~/Downloads/manthra-macos-arm64 ~/.local/bin/manthra
💡 Easiest fix: use the curl installer above — it handles this automatically.
Place in a folder on your PATH, e.g. C:\Users\you\bin\manthra.exe
Or install via Git Bash (recommended):
curl -fsSL https://manthra.informaticsint.au/install | bash
Or via WSL2 (Ubuntu/Debian terminal):
curl -fsSL https://manthra.informaticsint.au/install | bash
Features
No cloud sync, no IDE plugin. Just a fast CLI that does the work.
Runs with any model available in your local Ollama install — qwen2.5-coder, deepseek-r1, llama3, mistral, and more. No API key ever.
Reads, writes, and edits files. Runs shell commands. Fetches URLs. Makes HTTP requests. The AI does real work, not just advice.
Drop a MANTHRA.md in your repo and Manthra loads it automatically for any AI provider. Generate one with /init.
File operations within your project are always allowed. Paths outside your working directory prompt for confirmation before proceeding.
Live streaming with a fixed terminal layout — status bar and input stay pinned at the bottom while responses scroll above.
Manthra remembers context across sessions. Configure providers and models through the built-in web UI with manthra web.
Get started
The installer detects your OS and architecture, downloads the right binary to ~/.local/bin/manthra, and adds it to your PATH.
Open the web UI to add your local Ollama instance, pick a model, and test the connection. No API key needed.
Navigate to your project directory and launch Manthra. It reads your files relative to where you launched it.
Generate a MANTHRA.md file so the AI instantly understands your project conventions, structure, and how to build it.
Running locally with Ollama
Ollama lets you run open-source models (Llama, Mistral, Gemma, DeepSeek, and more) entirely on your own machine. Free, private, no rate limits.
manthra. Everything works offline. Use
manthra web anytime to switch models or add another Ollama instance.
Models
Pull any open-source model and Manthra uses it instantly. No restarts, no config changes.
Compatibility
Single binary — no Node.js, no runtime required.
Install Manthra in seconds. No Node.js required — just a single binary.