Volaris GUI is a sleek and modern Svelte/Tauri-based app designed to streamline the process of file encryption and decryption using key files.
Volaris GUI is a sub-project of Volaris. Find out more info about Volaris and its encryption methods there.
RPM BUILDS DO NOT WORK.
- File Encryption & Decryption: Easily encrypt or decrypt files with just a few clicks.
- Key File Management: Create new key files or select existing ones directly from the app.
- Modern UI: A clean and responsive design using Svelte and Tailwind CSS.
More in here.
To run the project, you'll need to have the following installed:
-
Clone the repository:
git clone https://github.com/volar-is/volaris-gui.git
cd volaris-gui
-
Install dependencies:
pnpm install
-
Run the application:
-
Development Mode:
pnpm tauri dev
-
Build for Production:
pnpm tauri build
-
Pretty self explanatory. Outdated info was here.
To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Make your changes and commit them:
git commit -m "feat: Add your feature"
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
Note: This repository uses conventional commits. Please follow the conventional commits guidelines for your commit messages.
This project is licensed under the BSD 2-Clause License License. See the LICENSE file for details.