entroly
v1.0.54
Published
Node/WASM Entroly runtime: local context optimization, MCP server tools, receipts, recovery, and verification without Python.
Maintainers
Readme
entroly
Node/WASM package for Entroly, the local context OS for AI coding agents.
This package installs the current Node/WebAssembly Entroly runtime by depending
on entroly-wasm, then exposes a
short entroly binary that delegates to entroly-wasm.
Install
npm install -g entrolyEquivalent direct package:
npm install -g entroly-wasmFor the fullest CLI/SDK/proxy path, use the Python package:
pip install -U entroly
entroly verify-claims
entroly simulateUsage
entroly demo
entroly status
entroly serve
entroly optimize 8000 "fix the auth bug"
entroly healthMCP setup
For MCP clients that accept JSON config:
{
"mcpServers": {
"entroly": {
"command": "npx",
"args": ["-y", "entroly-wasm", "serve"]
}
}
}Claude Code subscription users usually get the smoothest path from the Python package:
pip install -U entroly
claude mcp add entroly -- entrolyProxy mode is optional and intended for users who control provider API keys.
