Aero logo

Aero

A free, Tor-routed Ethereum & ERC-20 desktop wallet.


Frequently asked questions

What is Aero?

A free, open-source desktop wallet for Ethereum and ERC-20 tokens. It is small, native and private by default, with an interface modelled on the Monero wallet Feather.

Does it really use Tor?

Yes. A Tor client is bundled and launched automatically. Every network request — JSON-RPC to nodes, block-explorer history, token prices and swap-router APIs — is sent through it, with DNS resolved through Tor as well. If no proxy is configured, Aero refuses to contact a remote node rather than fall back to a direct connection that would leak your IP.

Is there any telemetry, tracking or logging?

No. There is no Aero server, no analytics, no accounts and no crash reporting. The website you are reading loads no scripts, fonts or trackers either.

Where are my keys stored?

On your machine, in an encrypted wallet file next to the program. The file is encrypted with Argon2id (key derivation) and AES-256-GCM (authenticated encryption) and written in an opaque binary format. Aero is non-custodial — your keys never leave your computer.

Which networks are supported?

Ethereum, Arbitrum, Base, Optimism, Polygon, BNB Smart Chain, Gnosis and Avalanche. One seed works across all of them; you switch networks from a menu.

How do swaps work?

Aero queries several keyless DEX aggregators (CoW Protocol, KyberSwap, Odos, ParaSwap, OpenOcean) over Tor and shows you the quotes so you can pick a route. Every route enforces a minimum output on-chain, so a swap can never execute below your chosen slippage. Token approvals default to the exact amount a swap needs, not an unlimited allowance.

Can I use a hardware wallet?

Yes — Ledger and Trezor are supported. You can also create a watch-only wallet from an address, or build an unsigned transaction on an online machine and sign it on an offline one (air-gapped signing).

How do I verify my download?

Every release lists a SHA-256 hash. Compute the hash of the file you downloaded and confirm it matches. On Windows: Get-FileHash .\Aero-Windows-x64-portable.zip -Algorithm SHA256. See the Download page.

Is it safe to run the portable build?

The build is unsigned for now, so Windows SmartScreen may warn you. Verify the SHA-256 hash against the release, and if you prefer, build it yourself from source — the code is BSD-3-Clause.

Where do I get help or report a bug?

Open an issue on GitHub.