Moltis is a secure, single-binary Rust-based personal agent server with sandboxed execution, multi-provider LLMs, memory, voice, and multi-channel communication. It emphasizes local-first operation and hardware residency, with Docker, Homebrew, and source builds available.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Moltis is a secure persistent personal agent server implemented as a single Rust binary. It supports sandboxed execution, multi-provider LLMs, voice I/O, memory features, and channels such as Telegram, Signal, Discord, and MCP tools. It is designed to run on user-owned hardware with a focus on local-first operation.
How it works
Moltis sits between you and multiple LLM providers via a local gateway server, running a chat service, tool runners, and a provider registry. It stores sessions in JSONL, memory in SQLite, and uses a sandboxed per-session container environment. The architecture includes a gateway HTTP/WS server, a chat service, an agent runner, a tool registry, and a provider registry, all within a single Rust workspace comprising many crates.
Getting started
Install methods include:
# One-liner install script (macOS / Linux)
curl -fsSL https://www.moltis.org/install.sh | sh
# macOS / Linux via Homebrew
brew install moltis-org/tap/moltis
# Docker (multi-arch: amd64/arm64)
docker pull ghcr.io/moltis-org/moltis:latest
# Or build from source
cargo install moltis --git https://github.com/moltis-org/moltis
Build/run steps shown in the README include building CSS, release build, and running the binary:
git clone https://github.com/moltis-org/moltis.git
cd moltis
just build-css # Build Tailwind CSS for the web UI
just build-release # Build in release mode
cargo run --release --bin moltis
Open https://moltis.localhost:3000 on first run to enter setup credentials. Optional flags include --config-dir and --data-dir.
Docker usage is shown with a docker run command, exposing ports and volumes for config and data, and accessing the UI at https://localhost:13131. For unattended deployments, environment variables MOLTIS_PASSWORD, MOLTIS_PROVIDER, and MOLTIS_API_KEY can be set to skip the setup wizard.
Releases
Latest five releases listed as:
- 20260723.03 (2026-07-23)
- 20260723.02 (2026-07-23)
- 20260719.01 (2026-07-19)
- 20260717.03 (2026-07-17)
- 20260717.02 (2026-07-17)
Traction
Not provided in the README excerpt beyond the repo details. The repository shows 2807 stars, 331 forks, and 97 open issues, with language Rust and MIT license.
Behind the repo
Not included in the provided material.
Caveats
License: MIT. Creation date: 2026-01-29. Last push: 2026-08-04. Open issues: 97. The repo is implemented in Rust (Rust 1.91+ required per badges) and distributed under MIT. The latest releases are listed above.






