Skip to main content

Building AliasVault Android App from Source

This guide explains how to build and install the AliasVault Android app from source code using React Native.

Prerequisites

  • MacOS or Windows machine with Android Studio installed
  • Git to clone the repository

Building the Android app

  1. Clone the repository:
git clone https://github.com/aliasvault/aliasvault.git
  1. Navigate to the mobile app directory:
cd aliasvault/apps/mobile-app
  1. Install JavaScript dependencies:
npm install
  1. Deploy release build to your device via React Native automatically:
npx react-native run-android --mode release