An open-source wallet for the Algorand blockchain, available as a progressive web app and browser extension.
- Manage Algorand and AVM assets from any modern browser
- Hardware wallet support via Ledger (WebHID / WebUSB)
- Installable as a PWA or browser extension
- Client-side key management: your keys reside on your device
- Built with audited cryptographic libraries
Requires Node.js >= 22.16.0 and pnpm.
pnpm i| Command | Description |
|---|---|
pnpm dev |
Web app with HMR |
pnpm devx |
Browser extension with HMR |
pnpm build |
Production web build to /dist |
pnpm buildx |
Production extension build to /extension |
pnpm lint |
Lint and auto-fix |
See CONTRIBUTING.
If you discover a vulnerability, do not open a public issue. See SECURITY.
