📚 Instructions on how to use the application can be found at: Documentation
Visit the latest releases page:
👉 releases
https://github.com/SafeMedia/safebox-server
https://github.com/SafeMedia/autonomi-chrome-extension
Download either the .exe or .msi file.
When downloaded, double click it & enjoy.
Until the application is added to the App Store, you can directly download the .dmg file.
Download the .dmg file.
Navigate to the directory containing the .dmg file using the cd command:
cd ~/DownloadsThen run this command from a terminal in the same folder as the .dmg file (ensure to update version number in command if newer version is released). This step is only nessecary until the app is deployed to the App store:
xattr -d com.apple.quarantine ./SafeBoxClient_0.1.7_aarch64.dmgDownload the .deb file.
Navigate to the directory containing the .deb file using the cd command:
cd ~/DownloadsThen run this command from a terminal in the same folder as the .deb file (be sure to update version number in command if newer version is released):
sudo apt install ./SafeBoxClient_0.1.7_amd64.debIf you want to build the application locally for development purposes, follow the steps below:
System libraries and Rust:
Tauri_v2
Node.js with yarn or npm
yarn installyarn run tauri buildyarn run tauri devTo re-generate the icons for the project, run:
cargo tauri icon public/icon-gen.pngMake/find an issue & create a PR - All contributions appreciated!
Make/find an issue & create a PR - All contributions appreciated!