Adadex is a local Node.js project with a local API and web UI.
- Node.js
22+ codexfor the supported workflowgitfor worktree terminalsghfor GitHub pull request featurescurlfor agent hook callbacks to this API
Docs and defaults assume the OpenAI Codex CLI as the terminal agent.
pnpm install
pnpm devpnpm install
pnpm build
npm install -g .Adadex is not published to the npm registry yet, so npm install -g adadex will fail with 404.
Running adadex inside a project directory will:
- create
.adadex/if it does not exist (or migrate from.octogent/when legacy paths are present) - add
.adadexto.gitignoreor create.gitignorewhen it is missing - write a stable project ID to
.adadex/project.json - register the project under
~/.adadex/projects.json - move runtime state to
~/.adadex/projects/<project-id>/state/ - choose an open local API port starting at
8787 - open the browser unless
ADADEX_NO_OPEN=1(legacy:OCTOGENT_NO_OPEN=1) - show a Deck setup card until the first coordination is created
- startup fails if the
codexCLI is not available - startup warns when optional integrations like
git,gh, orcurlare missing