Webbee is the Imperal Cloud coding agent, in your terminal. It reads, writes, and runs code in your working directory β while the brain runs in the cloud on ICNLI, the open protocol behind Webbee. No model keys on your machine. Swap the model underneath and it behaves the same, because the safety was never in the model.
The model proposes. The kernel decides. The key β delete, drop, wipe β stays with you.
pipx install webbee # recommended β or: uv tool install webbeePlain pip works too, inside a virtualenv:
python3 -m venv .venv && . .venv/bin/activate && pip install webbeeOn Ubuntu/Debian a global
pip installis blocked by the system (that's PEP 668, not webbee) β usepipxor a venv. No Python on the box?curl -LsSf https://webbee.imperal.io/install.sh | sh.
webbee # start the agent in the current directory
webbee login # sign in β shows a code + URL to open in any browserType in plain English. Webbee reads your files, runs commands, and reaches your connected Imperal apps β mail, notes, tasks, and more β to get the job done. /help lists the commands: /login /logout /mode /cost /status /clear /exit.
Cycle with Shift + TAB:
- default β Webbee does the small, reversible stuff herself. Anything she can't undo, she stops and asks you first.
- plan β read-only. She plans and reads; she touches nothing.
- autopilot β she acts without asking. (Spending money always needs a browser approval β no terminal reply can release it.)
Your machine runs the hands β read, write, edit, run. The brain runs in the Imperal Cloud and reasons over your files, your history, and your connected apps through ICNLI. The model is a replaceable proposer at the edge; the kernel resolves, grounds, and decides. Webbee reads your facts. She doesn't invent them.
- Imperal Cloud β imperal.io
- Docs β docs.imperal.io
- ICNLI β the open protocol, CC BY-SA 4.0 β icnli.org
- More from Imperal β github.com/imperalcloud
MIT Β© Imperal, Inc.