>_Terminal
A shell or any installed program. Open several, snap them, maximize one.
Bee runs shells and coding agents side by side, each in its own process with its own permissions. Ask an agent for a tool mid-task and it publishes one into the workspace, right where you work. Windows, apps and history persist. Built on Wippy.
curl -fsSL https://raw.githubusercontent.com/wippyai/bee/main/install.sh | sh
Above: cell-for-cell Bee, scripted in the page. Missed the agent building Test Watch? Replay the scene. Browsers keep some keys, so the buttons send them.
bee $ bee --help
bee open the desktop in this project bee claude [args…] Claude Code, fullscreen bee codex [args…] Codex, fullscreen bee agy [args…] Agy, fullscreen bee update fetch the current application pack bee claude -p "make the tests pass"
Agents open fullscreen with the arguments you pass. They must be on PATH.
Every window is a real PTY running as your OS user. Bee owns the workspace around it.
Preferences and app checkpoints survive restart.
bee $ bee apps
A shell or any installed program. Open several, snap them, maximize one.
16 themes, 11 wallpapers, two tab styles. Applies everywhere, persists.
Heap, scheduler and run queue, one row per process. End an app from here.
UI checks in a background worker, recorded to the journal. Replay any run.
Not bundled. Claude Code wrote and published it mid-task when asked for a test window. Any app an agent builds lands here.
bee $ bee features
bee $ bee roadmap
bee $ bee keys
bee $ bee themes
Pick one. The page and the workspace repaint.
bee $ bee install
$ curl -fsSL \ https://raw.githubusercontent.com/wippyai/bee/main/install.sh \ | sh
Then bee, or bee claude.
sh install.sh --version 0.3.0 sh install.sh --dir /opt/bee/bin
Pin a release or pick the directory. The script verifies the checksum and copies one file.
git clone https://github.com/wippyai/bee cd bee && make setup && make check install -Dm755 dist/bee ~/.local/bin/bee
From source, with the full acceptance suite.
Development preview. Linux amd64 is the tested target.