Overview
Cronos Wallet is a non-custodial desktop wallet designed for secure interaction with the Cronos blockchain and other EVM networks. This guide walks you through download, installation and initial setup — everything needed to safely start using Cronos dApps.
If you’re just entering the Cronos ecosystem, consider reviewing Getting started or the main site’s homepage to understand where Cronos fits in the broader web3 landscape.
Download & supported operating systems
Always download the wallet from the official Downloads section on the main website. Avoid files shared via DMs, chats, cloud folders or third-party mirrors — these are the most common vectors for malware in the crypto space.
Install on Windows / macOS / Linux
Windows
- Visit Downloads and choose the Windows installer.
- Save
CronosWallet-Setup-x.y.z.exelocally. - Run the installer and follow system prompts.
- If SmartScreen appears, confirm the verified Cronos publisher before continuing.
- Launch Cronos Wallet from the Start Menu.
macOS
- Download the .dmg from Downloads.
- Open it and drag Cronos Wallet into Applications.
- If Gatekeeper warns you, click Open after verifying the developer.
- Launch via Spotlight or the Applications folder.
Linux
You may install a portable AppImage or a system package:
-
AppImage (portable)
- Download the .AppImage.
chmod +x CronosWallet-x.y.z.AppImage./CronosWallet-x.y.z.AppImage
-
.deb (Debian/Ubuntu)
- Download the
.debpackage. sudo apt install ./CronosWallet-x.y.z.deb- Launch from the application menu.
- Download the
-
.rpm (Fedora/RHEL)
- Download the
.rpmpackage. sudo rpm -i CronosWallet-x.y.z.rpm- Launch from your environment menu.
- Download the
First run & wallet setup
After installation, Cronos Wallet walks you through onboarding where you can create a new wallet or import an existing one.
Create a new wallet
- Select Create new wallet on the welcome screen.
- Set a strong password for unlocking the app.
- Write down the generated seed phrase and store it offline.
- Confirm the phrase when prompted.
- Finish onboarding to access your wallet.
Import an existing wallet
- Choose Import wallet.
- Select seed phrase or private key import.
- Enter the data exactly as originally backed up.
- Set a new local password.
- Allow time for balances and activity to sync.
Choosing a network
Cronos Wallet connects to Mainnet by default. Developers and testers may prefer using Cronos Testnet first.
- Open the network selector inside the app.
- Switch between Mainnet and Testnet as needed.
- Use public faucet sources to acquire test CRO.
For RPC details and chain configuration, visit Architecture or the broader Developer tutorials & resources.
Troubleshooting
The installer is blocked or flagged
- Verify you downloaded from the official Downloads page.
- Check file name and signature.
- Compare checksums if provided.
The app does not start
- Ensure your OS meets minimum requirements.
- Restart your device and try again.
- On Linux, run from terminal to view logs.
Balances do not show
- Check that you’re on the correct network.
- Verify you're using the expected address.
- Wait a few blocks and refresh.
Still stuck? Check the FAQ or continue with the Developer tutorials & resources if you plan to deploy contracts or build dApps.