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
4 Posts 2 Posters 208 Views 3 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
    1
    • timconsidineT Offline
      timconsidineT Offline
      timconsidine
      App Dev
      wrote last edited by
      #2

      Packaged Nanobot for Cloudron
      So far I like more than Picoclaw, but I don't have much evidence to support that. Just a feeling.

      git : https://git.cloudron.io/timconsidine/cloudron-nanobot.git

      docker image : tcmbp132021/cloudron-nanobot:v0.0.1

      Indie app dev, scratching my itches, lover of Cloudron PaaS

      robiR 1 Reply Last reply
      1
      • timconsidineT timconsidine

        Packaged Nanobot for Cloudron
        So far I like more than Picoclaw, but I don't have much evidence to support that. Just a feeling.

        git : https://git.cloudron.io/timconsidine/cloudron-nanobot.git

        docker image : tcmbp132021/cloudron-nanobot:v0.0.1

        robiR Offline
        robiR Offline
        robi
        wrote last edited by
        #3

        @timconsidine manifest missing for CCAI-P to install

        Conscious tech

        timconsidineT 1 Reply Last reply
        1
        • robiR robi

          @timconsidine manifest missing for CCAI-P to install

          timconsidineT Offline
          timconsidineT Offline
          timconsidine
          App Dev
          wrote last edited by
          #4

          @robi oooops, sorry
          There now

          v0.0.9

          I tried my self-hosted Ollama models and they work.
          However I found skills work better with openai and gpt-4o.
          Trying to identify an ollama cloud model (my preference) which will work with skills and not require patching.

          Indie app dev, scratching my itches, lover of Cloudron PaaS

          1 Reply Last reply
          0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better πŸ’—

          Register Login
          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