$registry

iii worker add

discover and install workers for your iii project

$search

or scroll to browse curated picks

$overview

registry · last 7 days
workers
51
11 new today
installs / total
223,760
installs / 7d
14,661
verified authors
1
badge-holders
editor pickupdated daily
console

your engine, in a browser tab.

console bundles the react ui and engine websocket on one port — inspect functions, watch triggers fire, and steer a live deployment without touching a terminal. the fastest way to see what iii is doing.

binaryiii-hq/workers
iii

$collections

3 curated
$collection / iii-builtins

iii builtins

the runtime workers that ship with every iii engine — HTTP, exec, observability, queues, state, and the rest of the fabric. start here when you're composing a stack from scratch.

$collection / data-management

data management

talk to your databases from the engine — queries, transactions, prepared statements, and live change feeds across postgres, mysql, and sqlite.

$collection / agentic

agentic

workers built for autonomous loops — the harness that wires the chat surface and a sandboxed shell for tool use without leaving the engine.

$leaderboard

top 10 · all time

$registry

20workers+
iii-httpv0.21.5

Expose functions as HTTP endpoints.

engineiii-hq/iii
Imageiii
iii-statev0.21.5

Distributed key-value state management with reactive change triggers.

engineiii-hq/iii
Imageiii
iii-observabilityv0.21.5

OpenTelemetry-based traces, metrics, logs, alerts, and sampling.

engineiii-hq/iii
Imageiii
iii-streamv0.21.5

Build durable streams for real-time data subscriptions.

engineiii-hq/iii
Imageiii
iii-queuev0.21.4

Async job processing with named queues, retries, and dead-letter support.

engineiii-hq/iii
Imageiii
iii-pubsubv0.21.5

Topic-based publish/subscribe messaging for real-time event distribution.

engineiii-hq/iii
Imageiii
iii-cronv0.21.5

Schedule functions with cron expressions.

engineiii-hq/iii
Imageiii
iii-sandboxv0.21.5

Spawn ephemeral microVMs and expose 14 sandbox::* triggers (lifecycle + filesystem) for isolated command execution and file ops.

engineiii-hq/iii
Imageiii
iii-directoryv1.0.3
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Engine introspection (functions / triggers / workers), workers registry proxy, and filesystem-backed skill + prompt reader.

binaryiii-hq/workers
Imageiii
iii-lspv0.1.1
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

III Language Server — autocompletion and hover for III engine functions and triggers

binaryiii-hq/workers
Imageiii
configurationv0.21.5

Register, store, and watch typed configuration values for the engine.

engineiii-hq/iii
Imageiii
databasev0.2.10
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Talk to PostgreSQL, MySQL, and SQLite from iii — query, execute, transactions, prepared statements, and change feeds.

binaryiii-hq/workers
Imageiii
llm-routerv1.1.0
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

One front door + provider protocol in front of every LLM provider.

binaryiii-hq/workers
Imageiii
harnessv1.3.1
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Thin durable turn loop that wires session-manager, context-manager, and llm-router into an agent loop; spawns sub-agents as child sessions.

binaryiii-hq/workers
Imageiii
shellv0.9.2
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64

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

binaryiii-hq/workers
Imageiii
session-managerv1.0.4
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Durable, reactive, branching store of typed conversation entries with six emitted trigger types.

binaryiii-hq/workers
Imageiii
provider-openaiv1.1.0
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

OpenAI Responses provider worker with Chat Completions compatibility; implements provider::openai::stream and provider::openai::refresh_models behind llm-router.

binaryiii-hq/workers
Imageiii
provider-anthropicv1.1.0
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Anthropic Messages API provider worker; implements provider::anthropic::stream and provider::anthropic::refresh_models behind llm-router.

binaryiii-hq/workers
Imageiii
context-managerv1.0.3
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Turns a raw conversation history plus a target model into a model-ready context — token counting, function-result pruning, and history compaction.

binaryiii-hq/workers
Imageiii
consolev1.6.1
  • macOS: arm64 · x64
  • Linux: arm64 · armv7 · x64
  • Windows: arm64 · x64 · x86

Web console for iii — bundles the React UI and proxies the engine WebSocket on a single port.

binaryiii-hq/workers
Imageiii