No description
Find a file
2026-04-16 03:35:57 +08:00
cmd feat(repo&engine): add persistent storage 2026-04-16 01:41:25 +08:00
internal feat(engine&repo): now chat context history supported 2026-04-16 03:35:57 +08:00
spec/schema feat(cli): add manbodev & providers schema 2026-04-15 14:08:49 +08:00
.gitignore feat(engine): op & deop 2026-04-11 15:08:58 +08:00
CONTRIBUTING.md doc: fix typo, release rev2.2 of CONTRIBUTING and rev1 of SECURITY 2026-04-13 15:36:24 +08:00
go.mod feat(chat): add send txt when message length reached too long in telegram provider 2026-04-10 22:24:28 +08:00
go.sum feat(chat): add send txt when message length reached too long in telegram provider 2026-04-10 22:24:28 +08:00
LICENSE chore: change license from MIT to Apache2.0 2026-03-31 19:47:30 +08:00
README.md feat(repo): update types and add repository calls 2026-04-15 22:53:35 +08:00
README.zh.md doc: new contributing.md 2026-04-13 02:29:33 +08:00
SECURITY.md doc: update security.md rev1.1 2026-04-14 16:26:38 +08:00

🐱🦞Manboster: Your Personal Manbo Lobster!

简体中文

Tips: Manboster = Manbo + Lobster

Inspired by IronClaw and OpenClaw, we've built a lobster more secure than others!

At the beginning, it is a personal AI assistant which is able to chat with you with ease. However, equipped with wasm-based plugins, you can use it to do anything you want with security guaranteed!

Since this project is working in progress and only shows as a MVP now, there is a few chat options(Telegram) and LLM options(openrouter, kimi, baishan and openai-compatible APIs.) We will sincerely appreciate if you contribute your own codes!

Features

  1. Out of the box, only an executable file, based on Golang.
  2. Fast, multithreaded, non-blocking in chats.
  3. When the LLM(either using Markdown skills or wasm plugins) wants to do anything on your machine, small LLM(hachimi) in your machine will evaluate and score it first. If the score is high, it will send you a message, let you decide.
  4. While maintaining compatability with OpenClaw markdown-based skills, we introduced plugins based on wasm & extism, which is lightweight and prevents malicious plugins from breaking your machine. We also developed manbodev build helper, helping you from completing endless JSON fields and easier to initialize a plugin project.
  5. Simulate UI/Input interactions, screenshot, web search, execute commands and more, there are a plenty of extism-based Built-in SDKs to use for building your plugins.
  6. When it comes to web search, you can choose API Key or headless browsers, which the latter will save you from expenses!
  7. MamboHub enables you to use and download skills and plugins with ease, install skills using .manboskill files or plugins using .manboplugin files, and you can even develop and write your skills and plugins!

QuickStart

  1. Download binary files built in releases and open it.
  2. You're required to configure your manboster when it runs in the first time, just configure it.
  3. Enjoy yourselves!

For more details, you can run manboster help in your terminal!

Notes for the Daemon: Simply double-click would not start the daemon, if you want to create and start the daemon, please run manboster start.

Make a contribution

We are looking forward you to contribute this repository! But Before you start, please carefully read CONTRIBUTING.md then write code, open PR.

Troubleshoot

If you are facing troubles, please read our documentation first.

You can create a new issue after trying ways that documentation says or what you've faced is not recorded in documentation.

Before you create a new issue, you can search for the problem, if there is none, you can create it after reading How To Ask Questions The Smart Way.

License

This application's license is Apache 2.0.