Download Our Application

Select your platform below to download the appropriate version.


Windows

Version: Loading...

Minimum Requirement: Windows 10
Recommended Requirement: Windows 11

Running the App:

1. Download the EXE file (Note: It may block the download from happening, so you will need to disable Microsoft Defender for the time being - for help see the video below).

2. Set the Network type to Private in the Windows settings (for help see the video below).

3. Open the app
(Note: Due to no signing certificate, Windows will warn that the app is unsafe, click "More Info" and then "Run Anyway" to run the app)


MacOS

Version: Loading...

Minimum Requirement: macOS Ventura
Recommended Requirement: macOS Sequoia

Installation Instructions:

1. Download the .dmg file.
2. Open the file and drag the application to your Applications folder.
3. Launch the application from the Applications folder.
4. If you see a warning message, go to System Settings > Privacy & Security.
5. Scroll down to the "Security" section and find a message about the app.
6. Click "Allow Anyway" to grant permission to open the app
(Note: There is no app signing certificate, so this warning is expected; (for help see the video below)).

Note: After launching the application, it may take up to 20 seconds to open. This is a known issue, and we are actively working on a fix.


Linux

Version: Loading...

Minimum Requirement: 20.04
Recommended Requirement: 24.04

Building and Running the App:

1. Download the binary file.
2. Rename the file to remove the brackets.
3. Give the binary file execute permissions:
chmod +x filename
4. Run the app using:./filename
or
double click the file in the downloaded location to open it.
5. No further build steps are necessary. (for help see the video below).


Android

Version: Loading...

Minimum Requirement: Android 11
Recommended Requirement: Android 15

Android App

Installation Instructions:

1. Download the APK file.
2. Open the file on your Android device.
3. Allow installations from unknown sources if prompted.
4. Follow the instructions to install the application.

Note: While installing the app, Android will warn that the app is unsafe, this is due to there being no signing certificate present, it can be ignored.


iOS/iPadOS

Note: The Application is still under development and will be available in the coming months.


Beta Versions

To try out the beta versions of our app.


Source Code

Access the complete source code for our Python desktop app (built with PyQt6 and Cryptography) and the Android mobile application.

DataDash Repository

The complete codebase is open-source and available on GitHub. Clone or fork the repository to contribute or customize for your needs.

Built With

Python
PyQt6
Cryptography
Android
Java

Cloning the Repository

git clone https://github.com/Armaan4477/DataDash.git

Desktop Application

The PyQt6-based desktop application with end-to-end encryption

1

Navigate to Desktop App Folder

cd DataDash/Desktop-app
2

Install Dependencies

pip install -r requirements.txt
3

Run the Application

python main.py

Android Application

The Android mobile application with the same encryption capabilities

1

Open Android Studio

Launch Android Studio on your development machine

2

Open Project

DataDash/Android-app/CrossPlatform
3

Build and Run

Compile and run on a physical Android device

The app won't work in Android Studio emulators due to port access restrictions