Agent1

IsaacNewtonne/Agent1
★ 0 stars Rust 🤖 AI/LLM Updated today
Agent1 is a local-first personal AI agent runtime built with Rust + Tauri. Features MCP server integration, SSE streaming, SQLite persistence, and a native desktop app. Designed to run AI agents locally with full control.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent1": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Agent1"
      ]
    }
  }
}

README Excerpt

A local-first personal AI agent that runs on your machine. No cloud, no account required. - **Runs AI agents locally** - Your data stays on your device - **Connects to Ollama** - Uses local AI models (Llama, Mistral, etc.) - **MCP support** - Works with 80+ tools (filesystem, Git, Slack, etc.) - **Desktop app** - Clean UI for managing agents