Conceal Docs

Install a Wallet

Choose the correct Conceal wallet release, verify the download, and complete a safe first launch.

Edit on GitHub

Use a wallet that matches your device and your comfort with local files, browser storage, or command-line tools. If you have not chosen one, start with Choose a wallet.

Choose the official download

WalletPlatformsOfficial location
DesktopWindows, macOS, Ubuntu and AppImageDesktop releases
Core CLIWindows, macOS and UbuntuCore releases
Web WalletCurrent desktop and mobile browserswallet.conceal.network
AndroidSupported Android devicesAndroid releases

Open the official location directly. Match the release asset to both your operating system and processor architecture. Do not use a file re-uploaded to a forum, file-sharing service, direct message, or unofficial app store.

Verify the file

  1. Read the release notes and confirm that the tag is the version you intended to install.
  2. Compare the complete filename with the asset listed on the release.
  3. If the release publishes a SHA-256 file, signature, or other integrity material, download it from the same release and verify it locally.
  4. Stop if the calculated value, signing identity, platform, or architecture does not match.

Common local checksum commands are:

macOS:   shasum -a 256 <downloaded-file>
Linux:   sha256sum <downloaded-file>
Windows: Get-FileHash <downloaded-file> -Algorithm SHA256

These commands calculate a value; they do not tell you what the correct value should be. Compare the result only with integrity information published by the official project release.

Complete the first launch

Keep platform protections enabled. Extract an archive before running files inside it. On Linux, make an AppImage executable only after completing the release checks. On Android, confirm that the package installation prompt names Conceal Mobile and that you obtained the APK from the official release.

At the create-or-restore screen, stop and prepare a private place for recovery information. Continue with Create or Restore a Wallet.

Resources