README.md
September 15, 2024 ยท View on GitHub
Secops
Ubuntu Desktop Security Made Easy
Important
More Security Settings need to be added, you can request one in issues
Secops, short for Secure Operations is a friendly GUI application for ubuntu operating system.
Stack
- Tauri
- React + Vite
- TailwindCSS
- Cmake (required)
Download
Download from release page
Local Setup
Clone the repository
git clone https://github.com/KunalSin9h/secops
Requirements
Download All requirements on OS for developing the project.
cd secops # go to project directory
cmake .
make run_script
Download Dependencies
pnpm install # for frontend
cd src-tauri
cargo fetch # for backend
cd ../ # come back to home repo
Run the development app
pnpm tauri dev