Sign inSign up

k33g/ori-kit:latest

Manifest digest

sha256:23b85d64975784824c106a86dab056f604a9e869812ee80c155f10c08308376b

Last pushed

5 days by k33g

Type

Sandbox Kit

Manifest digest

sha256:23b85d64975784824c106a86dab056f604a9e869812ee80c155f10c08308376b

MIXIN

Starts the ori web server inside the sandbox. Ori is a browser client for ACP (Agent Client Protocol) code agents: a Go backend serves a React SPA (Zed-style agent panel: streamed answers, thoughts, tool calls, plans, permission prompts) plus a workspace panel (file tree with Material icons, Monaco preview/editor with rendered Markdown and AsciiDoc, interactive terminal). This kit only launches and describes the server; the binaries ship in the k33g/ori template image (template/Dockerfile in the ori repository), so use it together with `--template k33g/ori:0.0.2`.


Arguments
NameRequiredDefaultDescription
portOptional8888

TCP port the ori server listens on inside the sandbox

Apply this mixin to a sandbox

sbx run <agent> --kit k33g/ori-kit:latest

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx