Skip to content

Docs

FutureX documentation

Install the CLI, learn the commands, choose a model, and keep project memory tidy. Start with the quickstart and keep the command reference open beside it.

All documentation pages

What FutureX is

FutureX is an AI coding agent that runs in your terminal. Describe a change in plain English. It reads the repository before it writes anything, plans out loud, makes the edits, and ships straight to preview — and it remembers the decisions, so the next session picks up where the last one stopped.

It is one of the two engines of FIM (Future Information Mastery). The other is the Studio, where our team takes the brief and delivers the project for you. These docs cover the terminal engine.

Node 20+Windows, macOS, LinuxAny language in your repo

Install in one line

npm i -g futurex-cli
# then futurex login && futurex

pnpm, yarn, and bun install it just as well. futurex login signs you in through a browser link code; futurex alone opens the interactive session. The quickstart walks the whole path, from empty terminal to first shipped change.

All pages

Where to go next