AWOL
Download

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.

Learn more →

Identity

One human-readable name across 16 chains. Resolve `you.awol` to wallets, profile, links and files — without registrars.

Learn more →

Send

A single wallet across Bitcoin, Ethereum, Solana, Sui, Cosmos and more. One mnemonic. One UI. No bridges required.

Learn more →

How it works

Three steps. Then everything is yours.

  1. 1

    Install AWOL

    Browser extension, desktop, or mobile — same wallet everywhere.

  2. 2

    Claim your name

    Pick a username. It becomes your address on every supported chain.

  3. 3

    Use the network

    Send funds, share files, host a profile — all from the same keys.

#![forbid(unsafe_code)]
Rust core with no unsafe blocks
Client-side only
Keys never leave your device, ever
Open source
Apache-2.0 / MIT licensed, audit anything
Zero tracking
No analytics, no telemetry, no accounts

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.

BitcoinEthereumSolanaSuiAptosNearCosmosAvalancheBNBCardanoAlgorandStellarHederaTezosTronTON
wallet.ts
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.