Your drive, your name, your money —
without giving any of them up.
AWOL is a decentralized drive, a portable identity, and a 16-chain wallet — all running on your device. One mnemonic. No middlemen.
Open source · Apache-2.0 / MIT · No accounts, ever
Drive
End-to-end encrypted storage on IPFS with erasure-coded redundancy. Your files, your keys, nobody else’s servers.
Identity
One human-readable name across 16 chains. Resolve `you.awol` to wallets, profile, links and files — without registrars.
Send
A single wallet across Bitcoin, Ethereum, Solana, Sui, Cosmos and more. One mnemonic. One UI. No bridges required.
How it works
Three steps. Then everything is yours.
- 1
Install AWOL
Browser extension, desktop, or mobile — same wallet everywhere.
- 2
Claim your name
Pick a username. It becomes your address on every supported chain.
- 3
Use the network
Send funds, share files, host a profile — all from the same keys.
For developers
One API. Sixteen chains.
The AWOL core ships as a Rust crate and a WASM bundle. The same unified surface works in browser, server, and native — so you don’t ship a different SDK for each L1.
import { Wallet } from '@awol/wasm';
const wallet = await Wallet.fromMnemonic(mnemonic);
// Same API across all 16 chains
await wallet.bitcoin.send({ to: 'alice.awol', amount: '0.01' });
await wallet.ethereum.send({ to: 'alice.awol', amount: '10', token: 'USDC' });
await wallet.solana.send({ to: 'alice.awol', amount: '5', token: 'USDC' }); Free for personal use.
Run AWOL on your own hardware forever, at zero cost. Hosted drive capacity and team features start at $0/mo — pay only for what you store.
Stop renting your digital life.
Install AWOL and own your drive, your name, and your money — in under a minute.