Skip to content
@moltis-org

Moltis

A Rust gateway inspired by OpenClaw
Moltis

Moltis

A personal AI gateway written in Rust. One binary, no runtime, no npm.

Website · Documentation · Get Started


Moltis compiles your entire AI gateway — web UI, LLM providers, tools, and all assets — into a single self-contained executable. Inspired by OpenClaw.

Highlights

  • Single binary — one cargo build --release produces everything you need. No Node.js, no node_modules.
  • Multi-provider — OpenAI, Anthropic, GitHub Copilot, and more through a trait-based provider architecture.
  • Streaming-first — responses start appearing the moment the first token arrives, including tool call arguments.
  • Sandboxed execution — run LLM commands in Docker or native Apple Containers (macOS 15+).
  • MCP support — connect to Model Context Protocol tool servers over stdio or HTTP/SSE.
  • Memory & knowledge base — embeddings-powered long-term memory with auto-compaction.
  • Web, Telegram, and more — built-in web UI with WebSocket streaming and a Telegram channel.

Repositories

Repository Description
moltis The gateway — Rust source, CLI, and web UI
moltis-website Landing page at moltis.org
homebrew-tap Homebrew formulae (brew install moltis-org/tap/moltis)

Quick Install

curl -fsSL https://www.moltis.org/install.sh | sh

Or via Homebrew, cargo-binstall, Docker — see the full installation guide.

License

All projects are released under the MIT License.

Pinned Loading

  1. moltis moltis Public

    A personal AI assistant built in Rust. Single binary, multi-provider LLMs, long-term memory, sandboxed execution, voice, MCP tools, and multi-channel access (web, Telegram, API).

    Rust 1.2k 123

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…