Infrastructure and Tools
Collection
IDEs, MCP servers, dev tools, browsers, deployment • 18 items • Updated
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
KittyBrowse is a Chromium-based agent browser scaffold: each tab is treated as an agent context, each page is an execution surface, and each URL is a task pointer. The browser is the shell; APL/Rust/WASM is the preferred execution substrate.
Chromium UI (Electron)
-> Agent Runtime Layer
-> Entropy Scheduler
-> NATS Event Mesh
-> VM / IDE / Tool Bridge
-> Unified Output Stream
NATS_URL is not reachable.crates/rust-vm-bridge.docs/kitty-protocol-v1.mddocs/apl-wasm-runtime.mddocs/nats-rust-bridge.mdplugins/vm/apl-wasm/kitty.plugin.jsonplugins/ide/vscode/kitty.plugin.jsonplugins/vm/rust/kitty.plugin.jsonTypeScript is used for UI/IPC/NATS coordination only. It is not the source of truth for APL financial logic, sealing, or proof evaluation.
npm install
npm test
npm run dev
Optional local NATS:
docker run --rm -p 4222:4222 nats:2-alpine
$env:NATS_URL = "nats://127.0.0.1:4222"
npm run dev