ductum
v0.1.1
Published
Ductum factory control plane CLI
Readme
Ductum
Ductum is a local-first factory control plane for agentic software work.
Install globally:
npm install -g ductumCreate a factory:
ductum initRestart an existing factory from its directory:
ductum startThe published package includes the CLI, API server, dashboard assets, workflow
templates, and the hello-readme sample spec used by the bootstrap demo.
Native dependency note: Ductum uses better-sqlite3 for the local factory
database. A normal global install lets npm build or fetch that native binding.
Installing with scripts disabled can leave the API unable to start.
Docs and source: https://github.com/acartag7/ductum
