Run a self-hosted AI workspace on a throwaway cloud box in one command
Odysseus has introduced a self-hosted AI workspace that can be run on a disposable cloud box with a single command. This setup allows users to execute code in a secure environment without leaving any traces on their local machines. The integration of crabbox enables both the application and its agents to operate in isolated microVMs, enhancing security and efficiency.
- ▪Odysseus is a local-first AI workspace that includes features like chat, agents, and deep research.
- ▪The new fork allows users to run Odysseus on a remote microVM using a single script, crabbox.sh.
- ▪Crabbox enables the execution of AI-generated code in a disposable environment, ensuring no local installations are required.
Opening excerpt (first ~120 words) tap to expand
Odysseus × crabbox × islo.dev Run a self-hosted AI workspace on a throwaway cloud box in one command — and let its agent run code on throwaway boxes too. Same crabbox binary, same islo.dev fabric, both directions: sandbox the app, and sandbox the agent. No local install, nothing left behind. ● live · verified Jun 2026 PR #1 zozo123/odysseus upstream openclaw/crabbox islo.dev What this is Odysseus is a self-hosted, local-first AI workspace — chat, agents, deep research, a model cookbook, email, calendar, notes. Trying it normally means clone, venv, pip install, python setup.py, boot uvicorn — on your machine. This fork adds one file — crabbox.sh — that does all of it on a remote islo.dev microVM instead, and throws the box away when you're done.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Github.