Fly command copied
Moltis
Your personal AI assistant
~ quickstart Install Homebrew Cargo Docker Source Others $ curl -fsSL https://www.moltis.org/install.sh | sh $ brew install moltis-org/tap/moltis # Pre-built binary via cargo-binstall (no compilation) $ cargo binstall moltis # Multi-arch: amd64/arm64 $ docker run -d \ --name moltis -p 13131:13131 \ -v moltis-config:/home/moltis/.config/moltis \ -v moltis-data:/home/moltis/.moltis \ -v /var/run/docker.sock:/var/run/docker.sock \ ghcr.io/moltis-org/moltis:latest # Open http://localhost:13131 and complete the setup # Build from source $ cargo install moltis --git https://github.com/moltis-org/moltis # Download packages from GitHub Releases # Debian/Ubuntu (.deb) $ sudo dpkg -i moltis_*_amd64.deb # Fedora/RHEL (.rpm) $ sudo dnf install moltis-*.x86_64.rpm # Arch Linux (.pkg.tar.zst) $ sudo pacman -U moltis-*-x86_64.pkg.tar.zst # Snap $ sudo snap install moltis # AppImage $ ./moltis-*-x86_64.AppImage
Try it in the cloud Ready in under a minute Cloud is a great way to try Moltis. For the full experience, run it on your Mac, a VM, or any dedicated host. Deploy on DigitalOcean Fly.io Need setup details? See Cloud Deploy docs.
Single Binary One self-contained binary. No runtime dependencies, just download and run. Local LLMs Run your own models locally. Automatic download and setup included. Authentication HTTPS by default. Password, token, and passkeys access. Sandboxed Browsing Run browser sessions in isolated Docker containers for safer automation. SSRF Protected Blocks loopback, private, and link-local IPs from LLM fetch. Streaming-first First token appears instantly. Smooth replies, even during long runs. Skills, Hooks & MCP Plugins, hooks, MCP tool servers. Stdio or HTTP/SSE, auto-restart. FS or Sandbox Full filesystem or per-session Docker/Apple Container isolation. Long-term Memory Hybrid vector + full-text search. Your agent remembers context. Pi-Inspired Self-Extension Pi-inspired self-extension: creates its own skills at runtime. Session branching, hot-reload. Multi-Channel Web UI, Telegram, or API. One agent, multiple frontends. Voice Talk to your assistant with multiple cloud and local TTS/STT providers.
And much more... Security ✓ Passkeys (WebAuthn)
Passkeys (WebAuthn) ✓ Scoped API keys
Scoped API keys ✓ Secrets zeroed on drop
Secrets zeroed on drop ✓ Human-in-the-loop approval
... continue reading