Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Nanobot 🐱 β€” Python based alternative to OpenClaw / PicoClaw / ZeroClaw / AgentZero

Nanobot 🐱 β€” Python based alternative to OpenClaw / PicoClaw / ZeroClaw / AgentZero

Scheduled Pinned Locked Moved App Wishlist
1 Posts 1 Posters 14 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • robiR Offline
    robiR Offline
    robi
    wrote last edited by
    #1

    nanobot

    nanobot: Ultra-Lightweight Personal AI Assistant

    PyPI Downloads Python License Feishu WeChat Discord

    🐈 nanobot is an ultra-lightweight personal AI assistant inspired by OpenClaw

    ⚑️ Delivers core agent functionality in just ~4,000 lines of code β€” 99% smaller than Clawdbot's 430k+ lines.

    πŸ“ Real-time line count: 3,932 lines (run bash core_agent_lines.sh to verify anytime)

    πŸ“’ News

    • 2026-02-24 πŸš€ Released v0.1.4.post2 β€” a reliability-focused release with a redesigned heartbeat, prompt cache optimization, and hardened provider & channel stability. See release notes for details.
    • 2026-02-23 πŸ”§ Virtual tool-call heartbeat, prompt cache optimization, Slack mrkdwn fixes.
    • 2026-02-22 πŸ›‘οΈ Slack thread isolation, Discord typing fix, agent reliability improvements.
    • 2026-02-21 πŸŽ‰ Released v0.1.4.post1 β€” new providers, media support across channels, and major stability improvements. See release notes for details.
    • 2026-02-20 🐦 Feishu now receives multimodal files from users. More reliable memory under the hood.
    • 2026-02-19 ✨ Slack now sends files, Discord splits long messages, and subagents work in CLI mode.
    • 2026-02-18 ⚑️ nanobot now supports VolcEngine, MCP custom auth headers, and Anthropic prompt caching.
    • 2026-02-17 πŸŽ‰ Released v0.1.4 β€” MCP support, progress streaming, new providers, and multiple channel improvements. Please see release notes for details.
    • 2026-02-16 🦞 nanobot now integrates a ClawHub skill β€” search and install public agent skills.
    • 2026-02-15 πŸ”‘ nanobot now supports OpenAI Codex provider with OAuth login support.
    • 2026-02-14 πŸ”Œ nanobot now supports MCP! See MCP section for details.
    • 2026-02-13 πŸŽ‰ Released v0.1.3.post7 β€” includes security hardening and multiple improvements. Please upgrade to the latest version to address security issues. See release notes for more details.
    • 2026-02-12 🧠 Redesigned memory system β€” Less code, more reliable. Join the discussion about it!
    • 2026-02-11 ✨ Enhanced CLI experience and added MiniMax support!

    Earlier news

    • 2026-02-10 πŸŽ‰ Released v0.1.3.post6 with improvements! Check the updates notes and our roadmap.
    • 2026-02-09 πŸ’¬ Added Slack, Email, and QQ support β€” nanobot now supports multiple chat platforms!
    • 2026-02-08 πŸ”§ Refactored Providersβ€”adding a new LLM provider now takes just 2 simple steps! Check here.
    • 2026-02-07 πŸš€ Released v0.1.3.post5 with Qwen support & several key improvements! Check here for details.
    • 2026-02-06 ✨ Added Moonshot/Kimi provider, Discord integration, and enhanced security hardening!
    • 2026-02-05 ✨ Added Feishu channel, DeepSeek provider, and enhanced scheduled tasks support!
    • 2026-02-04 πŸš€ Released v0.1.3.post4 with multi-provider & Docker support! Check here for details.
    • 2026-02-03 ⚑ Integrated vLLM for local LLM support and improved natural language task scheduling!
    • 2026-02-02 πŸŽ‰ nanobot officially launched! Welcome to try 🐈 nanobot!

    Key Features of nanobot:

    πŸͺΆ Ultra-Lightweight: Just ~4,000 lines of core agent code β€” 99% smaller than Clawdbot.

    πŸ”¬ Research-Ready: Clean, readable code that's easy to understand, modify, and extend for research.

    ⚑️ Lightning Fast: Minimal footprint means faster startup, lower resource usage, and quicker iterations.

    πŸ’Ž Easy-to-Use: One-click to deploy and you're ready to go.

    πŸ—οΈ Architecture

    nanobot architecture

    ✨ Features

    πŸ“ˆ 24/7 Real-Time Market Analysis πŸš€ Full-Stack Software Engineer πŸ“… Smart Daily Routine Manager πŸ“š Personal Knowledge Assistant
    search.gif code.gif scedule.gif memory.gif
    Discovery β€’ Insights β€’ Trends Develop β€’ Deploy β€’ Scale Schedule β€’ Automate β€’ Organize Learn β€’ Memory β€’ Reasoning

    πŸ“¦ Install

    Install from source (latest features, recommended for development)

    git clone https://github.com/HKUDS/nanobot.git
    cd nanobot
    pip install -e .

    Install with uv (stable, fast)

    uv tool install nanobot-ai

    Install from PyPI (stable)

    pip install nanobot-ai

    πŸš€ Quick Start

    Tip

    Set your API key in ~/.nanobot/config.json. Get API keys: OpenRouter (Global) Β· Brave Search (optional, for web search)

    1. Initialize

    nanobot onboard

    2. Configure (~/.nanobot/config.json)

    Add or merge these two parts into your config (other options have defaults).

    Set your API key (e.g. OpenRouter, recommended for global users):

    {
    "providers": {
    "openrouter": {
    "apiKey": "sk-or-v1-xxx"
    }
    }
    }

    Set your model (optionally pin a provider β€” defaults to auto-detection):

    {
    "agents": {
    "defaults": {
    "model": "anthropic/claude-opus-4-5",
    "provider": "openrouter"
    }
    }
    }

    3. Chat

    nanobot agent

    That's it! You have a working AI assistant in 2 minutes.

    Conscious tech

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Bookmarks
    • Search