$registry / leaderboard
leaderboard
20+ workersranked by total installs across the registry. switch to 7d for recent momentum.
0110,986+117.8%029,395+306.8%038,664+20.1%043,138+204.8%052,979+36%062,424+133.3%072,021+26%081,979+197.4%091,902+275.9%101,612+4%111,275+172.5%121,272+303.7%131,118+194.9%141,078+206.5%151,072+210.8%161,054+220.5%171,013+64.8%1886619812+387%20611
iii-stream
Build durable streams for real-time data subscriptions.
iii-observability
OpenTelemetry-based traces, metrics, logs, alerts, and sampling.
iii-sandbox
Spawn ephemeral microVMs and expose 14 sandbox::* triggers (lifecycle + filesystem) for isolated command execution and file ops.
configuration
Register, store, and watch typed configuration values for the engine.
queue
Durable function queues - registers the `durable:subscriber` trigger type and the queue/DLQ service functions.
state
Distributed key-value state management with reactive change triggers — registers the `state` trigger type and the `state::*` functions.
cron
Schedule functions with cron expressions - registers the `cron` trigger type.
iii-directory
Engine introspection (functions / triggers / workers), workers registry proxy, and filesystem-backed skill + prompt reader.
llm-router
One front door + provider protocol in front of every LLM provider.
http
Expose functions as HTTP endpoints — registers the `http` trigger type and serves matched routes.
shell
Unix shell + filesystem worker — exec with denylist/timeout/output caps and background jobs; fs::ls|stat|mkdir|rm|chmod|mv|grep|sed|read|write with host jail, denylist, size caps, and sandbox-target forwarding
harness
Thin durable turn loop that wires session-manager, context-manager, and llm-router into an agent loop; spawns sub-agents as child sessions.
session-manager
Durable, reactive, branching store of typed conversation entries with six emitted trigger types.
provider-openai
OpenAI Responses provider worker with Chat Completions compatibility; implements provider::openai::stream and provider::openai::refresh_models behind llm-router.
context-manager
Turns a raw conversation history plus a target model into a model-ready context — token counting, function-result pruning, and history compaction.
provider-anthropic
Anthropic Messages API provider worker; implements provider::anthropic::stream and provider::anthropic::refresh_models behind llm-router.
scrapling
Scrapling as an iii worker — scrapling::* functions run HTTP / anti-bot / browser fetches, CSS/XPath/regex/adaptive extraction, persistent sessions, and a declarative crawl over the iii bus.
iii-lsp
III Language Server — autocompletion and hover for III engine functions and triggers
database
Talk to PostgreSQL, MySQL, and SQLite from iii — query, execute, transactions, prepared statements, and change feeds.
console
Web console for iii — bundles the React UI and proxies the engine WebSocket on a single port.