Moltis

Active
GitHub Rust MIT

Description

A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, and MCP tools.

Key Features

  • Single Rust binary with sandboxed execution — no Node.js or runtime dependencies
  • Multi-provider LLM support with built-in voice STT/TTS and cross-session memory
  • Docker/Podman + Apple Container + WASM sandboxing for per-session isolation
  • Built-in channels: Telegram, Signal, Discord, WhatsApp, Slack, Matrix, and more
  • SQLite + FTS + vector memory with Cursor-compatible project context indexing
  • Security-first: SSRF protection, WebAuthn passkeys, hook gating, Sigstore attestation

Use Cases

💡 Self-hosted personal AI assistant running on a Mac Mini or Raspberry Pi
💡 Secure multi-channel bot deployment with Telegram, Discord, and Slack integration
💡 Privacy-sensitive environments requiring local-only execution with sandboxing
💡 Development teams needing an auditable agent server with modular crate architecture

Quick Start

curl -fsSL https://www.moltis.org/install.sh | sh (or brew install moltis-org/tap/moltis)

Related Projects