Self-hostable, self-custody crypto wallet UI for deploying on the Akash Network.
If you hold ACT, want to sign your own transactions with your own wallet, or want to run the deploy UI against your own RPC and API endpoints, this is for you. If you just want the fastest path from "I have a Docker image" to "it's running" — use the managed Akash Console instead. Both consoles point at the same network. See docs/ for who Console Air is and isn't, and AEP-84 for the full rationale behind the split.
- Node.js >= 20
- npm >= 11
git clone git@github.com:akash-network/console-air.git
cd console-air
npm installFrom the repo root:
npm run devThe app will be available at http://localhost:3000 (or 3001 if 3000 is in use).
That's it — Console Air ships with production defaults pointing at the Akash hosted Console infrastructure (console-api.akash.network, stats.akash.network, the public chain REST endpoints, etc.), so no env config is required to run the app.
npm run build
npm --workspace apps/deploy-web run startIf you want to point an instance at your own Console API, provider proxy, or chain nodes, env files live under apps/deploy-web/env/ and are gitignored:
cp apps/deploy-web/env/.env.sample apps/deploy-web/env/.env.localEvery variable in the sample is optional and documents its production default; uncomment only the ones you need to override.
For deeper guides:
- Overview — who Console Air is and isn't for
- Self-hosting guide — running locally, behind your own domain, on Akash itself
- Migrating from Akash Console — Export Local Data → Import Local Data
- Self-custody guide — wallets, custom RPC, certificate management
This is an npm-workspaces monorepo:
- apps/deploy-web/ — the Next.js console UI
- packages/ — shared libraries consumed by the app
- Cosmos SDK target: 53
Apache-2.0