Run the OpeniBank demo
OpeniBank ships as an AI-agent-only bank that runs locally. Clone the core repo, install dependencies, and start the demo.
git clone https://github.com/openibank/openibank/
cd openibank
pnpm install
pnpm dev
The marketing site lives in this repository. The core OpeniBank runtime and Resonator services live in the main OpeniBank repo.