Skip to main content
ClaudeWave

A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, Telegram, WhatsApp, Discord, Teams, and MCP tools. Secure by design, runs on your hardware.

Subagents2.7k stars321 forksRustMITUpdated 7d ago
Editor's note

Moltis is a self-hosted personal agent server written in Rust and distributed as a single binary, designed to run on hardware the user controls, from a Mac Mini to a Raspberry Pi. It connects to Claude and other LLMs through the `moltis-providers` crate, which implements multi-provider model access, and exposes MCP support via both stdio and HTTP/SSE transports through dedicated `moltis-mcp` and `moltis-mcp-agent-bridge` crates. The server includes built-in messaging channel integrations for Telegram, WhatsApp, Discord, Microsoft Teams, Signal, Slack, and Matrix, alongside voice input and output using bundled STT and TTS providers. Memory is handled through SQLite with full-text search and vector recall. Tool execution runs inside Docker, Podman, Apple Container, or WASM sandboxes, never on the host directly. A standout architectural detail is that the entire agent runner and model interface spans roughly 7,500 lines of auditable Rust, with unsafe code restricted to FFI boundaries. Privacy-focused developers and self-hosters who want a multi-channel AI agent without cloud dependencies or a runtime like Node.js will find the most utility here.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/moltis-org/moltis && cp moltis/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

24 items in this repository

shipSlash Command

Commit all changes, push branch, create/update PR, and run local validation

Install

Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).

Install

Manage Apple Reminders via remindctl CLI (list, add, complete, delete).

Install
findmySkill

Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.

Install

Send and receive iMessages/SMS via the imsg CLI on macOS.

Install

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

Install

Local speech-to-text with the Whisper CLI (no API key).

Install
sagSkill

ElevenLabs text-to-speech with mac-style say UX.

Install

Local text-to-speech via sherpa-onnx (offline, no cloud)

Install

Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.

Install
codexSkill

Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.

Install

Delegate coding tasks to OpenCode CLI agent for feature implementation, refactoring, PR review, and long-running autonomous sessions. Requires the opencode CLI installed and authenticated.

Install

Generate dark-themed SVG diagrams of software systems and cloud infrastructure as standalone HTML files with inline SVG graphics. Semantic component colors (cyan=frontend, emerald=backend, violet=database, amber=cloud/AWS, rose=security, orange=message bus), JetBrains Mono font, grid background. Best suited for software architecture, cloud/VPC topology, microservice maps, service-mesh diagrams, database + API layer diagrams, security groups, message buses — anything that fits a tech-infra deck with a dark aesthetic. If a more specialized diagramming skill exists for the subject (scientific, educational, hand-drawn, animated, etc.), prefer that — otherwise this skill can also serve as a general-purpose SVG diagram fallback. Based on Cocoon AI's architecture-diagram-generator (MIT).

Install

Generate ASCII art using pyfiglet (571 fonts), cowsay, boxes, toilet, image-to-ascii, remote APIs (asciified, ascii.co.uk), and LLM fallback. No API keys required.

Install

Production pipeline for ASCII art video — any format. Converts video/audio/images/generative input into colored ASCII character video output (MP4, GIF, image sequence). Covers: video-to-ASCII conversion, audio-reactive music visualizers, generative ASCII art animations, hybrid video+audio reactive, text/lyrics overlays, real-time terminal rendering. Use when users request: ASCII video, text art video, terminal-style video, character art animation, retro text visualization, audio visualizer in ASCII, converting video to ASCII art, matrix-style effects, or any animated ASCII output.

Install

Generate professional infographics with 21 layout types and 21 visual styles. Analyzes content, recommends layout×style combinations, and generates publication-ready infographics. Use when user asks to create "infographic", "visual summary", "信息图", "可视化", or "高密度信息大图".

Install

Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links.

Install

Generate project ideas through creative constraints. Use when the user says 'I want to build something', 'give me a project idea', 'I'm bored', 'what should I make', 'inspire me', or any variant of 'I have tools but no direction'. Works for code, art, hardware, writing, tools, and anything that can be made.

Install

Production pipeline for mathematical and technical animations using Manim Community Edition. Creates 3Blue1Brown-style explainer videos, algorithm visualizations, equation derivations, architecture diagrams, and data stories. Use when users request: animated explanations, math animations, concept visualizations, algorithm walkthroughs, technical explainers, 3Blue1Brown style videos, or any programmatic animation with geometric/mathematical content.

Install
p5jsSkill

Production pipeline for interactive and generative visual art using p5.js. Creates browser-based sketches, generative art, data visualizations, interactive experiences, 3D scenes, audio-reactive visuals, and motion graphics — exported as HTML, PNG, GIF, MP4, or SVG. Covers: 2D/3D rendering, noise and particle systems, flow fields, shaders (GLSL), pixel manipulation, kinetic typography, WebGL scenes, audio analysis, mouse/keyboard interaction, and headless high-res export. Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.

Install

Convert images into retro pixel art with hardware-accurate palettes (NES, Game Boy, PICO-8, C64, etc.), and animate them into short videos. Presets cover arcade, SNES, and 10+ era-correct looks. Use `clarify` to let the user pick a style before generating.

Install

>

Install

>

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
ai-agentai-assistantclawdbotllmmcpopenclawrustsandboxself-hostedsingle-binarytelegram-botvoice-assistant

What people ask about moltis

What is moltis-org/moltis?

+

moltis-org/moltis is subagents for the Claude AI ecosystem. A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, Telegram, WhatsApp, Discord, Teams, and MCP tools. Secure by design, runs on your hardware. It has 2.7k GitHub stars and was last updated 7d ago.

How do I install moltis?

+

You can install moltis by cloning the repository (https://github.com/moltis-org/moltis) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is moltis-org/moltis safe to use?

+

Our security agent has analyzed moltis-org/moltis and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains moltis-org/moltis?

+

moltis-org/moltis is maintained by moltis-org. The last recorded GitHub activity is from 7d ago, with 81 open issues.

Are there alternatives to moltis?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy moltis to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: moltis-org/moltis
[![Featured on ClaudeWave](https://claudewave.com/api/badge/moltis-org-moltis)](https://claudewave.com/repo/moltis-org-moltis)
<a href="https://claudewave.com/repo/moltis-org-moltis"><img src="https://claudewave.com/api/badge/moltis-org-moltis" alt="Featured on ClaudeWave: moltis-org/moltis" width="320" height="64" /></a>

More Subagents