Download Anchor Wallet

Secure your digital assets with our user-friendly wallet. Fast setup, multi-platform support, and top-tier security for all your crypto transactions.

Windows
MacOS
Linux

For your security, download the installer only from anchorwallet.org . Do not download from any other sites.

Build from Source

$ git clone https://github.com/anchor-wallet/anchor-wallet.git
$ cd anchor-wallet
$ npm install
$ npm run build
      

Make sure you have Node.js ≥12 and npm or yarn installed,
and Rust toolchain set up for key generation.

Installation Overview

Welcome to the Anchor Wallet Installation Guide! In this section you’ll find everything you need to get up and running quickly, from system requirements to advanced configuration tips.

Prerequisites

  • OS: Windows 10+, macOS 10.15+, or modern Linux
  • Node.js ≥12 (nodejs.org)
  • npm or yarn
  • Rust toolchain: rustup install stable

Advanced Configuration

module.exports = {
  network: 'mainnet',
  apiUrl: 'https://api.anchorwallet.org',
  enableLogging: false,
};
      

Troubleshooting & Tips

  • On build failures: delete node_modules & reinstall
  • Run npm run lint for style checks
  • Use --prod: npm run build -- --prod

FAQ

Find in-depth guides on setting up your Anchor Wallet, best practices for security, and quick troubleshooting tips. Can’t find a solution? Our support team is ready to assist you—reach out anytime!

How do I set up Anchor Wallet?
Download the installer for your OS, run it, and follow the setup wizard.
Which platforms are supported?
Windows, MacOS, Linux.
Are there any fees?
Only network fees—no hidden service charges.
What languages is the app in?
English, Spanish, Chinese.
How do I update the software?
Automatic prompts on new releases.
Is Anchor Wallet secure?
Anchor Wallet uses industry-standard AES-256 encryption to protect your private keys. Your keys are generated and stored locally on your device, never transmitted to our servers. Additionally, all communications between the wallet and blockchain nodes are secured over TLS to prevent eavesdropping and man-in-the-middle attacks.
How do I recover my wallet?
You can restore access to your wallet at any time using your 12-word seed phrase. Simply select "Restore Wallet" in the app, enter your seed phrase in the correct order, and your account addresses and transaction history will be recovered. We recommend writing your phrase on paper and storing it in a safe location offline.
Does Anchor Wallet support 2FA?
Yes. Anchor Wallet supports two-factor authentication via TOTP apps (e.g., Google Authenticator) and hardware keys like YubiKey (via WebAuthn). Enabling 2FA adds an extra layer of security by requiring a second verification step when sending transactions or changing settings.
How can I avoid phishing attacks?
Always verify you are visiting the official Anchor Wallet website (https://anchorwallet.io) and bookmark it to avoid typos. Never click unsolicited links asking for your seed phrase or private key. Anchor will never request your seed phrase over email or chat. Consider installing a browser extension that warns you of known phishing sites and enable DNSSEC on your network for an additional safeguard.
Is the code open-source?
Yes. Anchor Wallet is fully open-source under the MIT license. You can review and audit our code on GitHub at https://github.com/anchorwallet/anchor. We welcome community contributions, security audits, and pull requests to help keep the project transparent and secure.
How do I send cryptocurrency?
Open the “Send” tab, choose the asset and network, enter the recipient address and amount, then confirm with your PIN or biometric authentication.
Which tokens and networks are supported?
Anchor Wallet supports major networks (Ethereum, Binance Smart Chain, Polygon) and their ERC-20, BEP-20 and native tokens. New additions appear automatically after each update.
How long do transactions take?
Transaction time depends on network congestion. Typical confirmation on Ethereum takes 1–2 minutes; on faster chains like Polygon it’s under 30 seconds.
What are the transaction fees?
Fees are set by the network and shown before you confirm. You can choose between standard, fast or priority speeds to adjust the gas price and cost.
Can I schedule recurring transfers?
Yes. Use the “Scheduled Transactions” feature to set up one-time or recurring payments. You’ll receive a reminder before each execution.