@dp4ng/x-bridge
v0.1.8
Published
Zano local bridge — connects local CLI agents to Zano
Downloads
427
Readme
@dp4ng/x-bridge
@dp4ng/x-bridge is the local bridge for Zano. It connects a Zano web server to local CLI agent runtimes such as Claude Code, Codex CLI, and Kimi CLI.
This package is a fork of the upstream Zano bridge package, originally published as @fehey/zano-bridge from the EryouHao/zano project.
Usage
--server-url is required. The bridge has no default server URL.
npx @dp4ng/x-bridge \
--api-key zk_your_machine_key_here \
--server-url https://your-zano-serverFor local development:
npx @dp4ng/x-bridge \
--api-key zk_your_machine_key_here \
--server-url http://localhost:3000Optional workspace location:
npx @dp4ng/x-bridge \
--api-key zk_your_machine_key_here \
--server-url https://your-zano-server \
--agents-dir ~/.zano/agentsRuntime Credentials
Zano does not store runtime API keys in Supabase. If no runtime keys are configured, Claude Code, Codex CLI, and Kimi CLI use their own local login state and config.
Optional local runtime env files:
~/.zano/config.yaml
~/.zano/.envOverride paths with:
ZANO_CONFIG_FILE=/absolute/path/to/config.yaml
ZANO_AGENT_ENV_FILE=/absolute/path/to/runtime.envAgent Workspaces
By default, agent workspaces live under:
~/.zano/agents/<agent-id>/Common generated files:
MEMORY.md
notes/
.zano/zano
.zano/agent-token
.zano/kimi-system.md
.zano/kimi-agent.yaml
.zano/kimi-mcp.jsonDo not commit or share .zano/agent-token.
