Skip to content

Veil v1.0.0-beta.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 19:52
· 31 commits to main since this release
1ef507d

Veil v1.0.0-beta.5

Release date: 2026-09-10

Build number: 8

Summary

Public beta release of Veil for Android.

This build includes the commits listed below and publishes signed Android APKs for manual installation.

Your notes stay on your device and are encrypted locally.

Highlights

Important Warnings

This is still an experimental build.

  • Expect bugs
  • Do not rely on it for critical data yet
  • Password recovery is not available
  • The app has not been security-audited

APK Assets

Recommended for most Android phones:

  • app-arm64-v8a-release.apk - 24.52 MB

Other builds:

  • app-armeabi-v7a-release.apk - 22.33 MB
  • app-x86_64-release.apk - 26.34 MB

Notes:

  • arm64-v8a is the correct APK for most modern Android devices
  • armeabi-v7a is for older 32-bit devices
  • x86_64 is mostly useful for emulators or specific x86_64 environments

Additional technical asset:

  • app-release.aab - 56.34 MB

F-Droid reproducible-build assets:

  • app-fdroid-arm64-v8a-release.apk - 24.52 MB - version code 2008
  • app-fdroid-armeabi-v7a-release.apk - 22.33 MB - version code 1008
  • app-fdroid-x86_64-release.apk - 26.34 MB - version code 4008

Installation

Android:

  1. Download the APK that matches your device architecture
  2. Allow installation from unknown sources if Android asks
  3. Install the APK
  4. Open Veil

If you are not sure which APK to use, start with app-arm64-v8a-release.apk.

SHA256

app-arm64-v8a-release.apk

15621738BF9B32A7CA2D4D847723315909B40C17DD60147BB2CB34DB10E6BD96

app-armeabi-v7a-release.apk

5205D995FA21AA86E8841A65E8BF9DF28B7825DFD7F780133B4269B622B4366F

app-x86_64-release.apk

A45E4FDC7294537A07653255F70C17A103CCC0CC22658AEBBA146E0375E4867A

app-release.aab

065098A3FECBC8649A7E0052BCB29576B2DED5CFE6AC15AC4EC3920A9DA57BC7

app-fdroid-armeabi-v7a-release.apk

5205D995FA21AA86E8841A65E8BF9DF28B7825DFD7F780133B4269B622B4366F

app-fdroid-arm64-v8a-release.apk

15621738BF9B32A7CA2D4D847723315909B40C17DD60147BB2CB34DB10E6BD96

app-fdroid-x86_64-release.apk

A45E4FDC7294537A07653255F70C17A103CCC0CC22658AEBBA146E0375E4867A

Verification

Linux/macOS:

sha256sum app-arm64-v8a-release.apk
sha256sum app-armeabi-v7a-release.apk
sha256sum app-x86_64-release.apk
sha256sum app-release.aab

PowerShell:

Get-FileHash .\app-arm64-v8a-release.apk -Algorithm SHA256
Get-FileHash .\app-armeabi-v7a-release.apk -Algorithm SHA256
Get-FileHash .\app-x86_64-release.apk -Algorithm SHA256
Get-FileHash .\app-release.aab -Algorithm SHA256

Current Limitations

  • No cloud sync
  • No import/export flow in the app yet
  • No password recovery

Feedback

If you test this build and hit a bug, open an issue with:

  • device model
  • Android version
  • app version
  • steps to reproduce