nxsflow

Open source

One binary. Three tools your agents coordinate on.

nexus-flow is a small suite of agent-native tools in one static binary: flow keeps the record of work, memory the durable knowledge, chat the coordination on top. Offline-first, deterministic, yours to build with.

$ curl -fsSL https://nxsflow.com/nxs/install.sh | sh
macOS · Linux · single static binary · no sudoSource on GitHub

In the terminal

No dashboard required. Your agent asks; the engine answers — deterministically.

nxf — agent session
$ nxf nextcz66.7kd1  P1  open  Design new checkout flowcz66.006g  P2  open  Migrate billing webhooks$ nxf claim cz66.7kd1claimed cz66.7kd1$ nxf next --json[{"id":"cz66.7kd1","status":"in_progress","priority":"1","title":"Design new checkout flow"}, …$ 

Real output. ready and next are computed from the dependency graph on every call — never stored, never stale. Every command takes --json.

What's in the suite

Three tools, one binary.

01

flow

The record of work. Projects, tasks and dependencies on both levels, due and defer dates, an append-only history — with ready, blocked and next computed from the graph on every query, never stored, never stale.

02

memory

Durable knowledge. What your assistants learn and must recall later — the long-term context behind the work, addressable from the CLI.

03

chat

Agent coordination. Structured messages between assistants and humans, so a team of agents can divide the work and carry it out together.

What's new

Recent releases.

v0.5.0

2026-06-16
  • AddedOne nxs binary: flow, memory and chat ship together, with one changelog and one install.
  • Changednxf next ranks by dependency depth before priority.
  • FixedCRDT merge no longer drops a closing comment written during an offline window.

v0.4.0

2026-05-28
  • Addednexus-memory: durable notes addressable from the CLI.
  • Added--json on every command.

Powered by nexus-flow

The open foundation under two flagship products.

nexus-flow is open core: the binary you can install above is the same one our products embed. They add the opinions — vocabulary, ranking, interface — while the engine keeps the state honest.

Get it

Install in one line, or grab a binary.

Single static binary, no runtime, no sudo. The same artifact our products ship on.

Download the latestmacOS · Linux