nandi/oripublic Fork 0
7895c1d1c9bb1048807dc04f7246dc456c47e025
Commits
Clone
git clone https://git.rickub.com/nandi/ori.git
git clone ssh://git@rickub.com/nandi/ori.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

forked from bots-garden/ori

README.md · 23 lines · 1.2 KBmarkdown Blame HistoryRaw
🎉 Begin a project. 4edda86 k33g yesterday1# Ori
2> The origin from which many voices are called, and through which they are known
✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme 76d62ac k33g yesterday3
4Ori is a web client for [ACP (Agent Client Protocol)](https://agentclientprotocol.com) code agents: a Go backend serves a React single-page application and connects, over ACP, to an agent such as Claude Code. The browser gets a Zed-style agent panel — streamed answers, thoughts, tool calls, plans and permission prompts — plus a workspace panel: resizable file tree, syntax-highlighted previews (with rendered Markdown and AsciiDoc), a Monaco editor and an interactive terminal. Light and dark themes, switchable from the header.
5
6## Quick start
7
🛟 Updated. f5c963a k33g 21h ago8From the directory where the kit lives, pointing at the project you want the agent to work on:
9
✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme 76d62ac k33g yesterday10```bash
🛟 Updated. f5c963a k33g 21h ago11sbx run -d claude ~/path/to/your/project \
12 --template k33g/ori:0.0.0 \
13 --kit ./kits/ori \
14 --name ori \
15 -p 8888:8888
✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme 76d62ac k33g yesterday16```
17
🛟 Updated. f5c963a k33g 21h ago18Then open **http://localhost:8888** — the panel connects to a Claude Code session already running in the sandbox, no login needed.
19
✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme 76d62ac k33g yesterday20
21## Documentation
22
23Full documentation, in English and French, lives in [`docs/`](docs/README.md) — tutorials, how-to guides, reference (CLI, WebSocket protocol) and architecture notes.