Important
More Security Settings need to be added, you can request one in issues
- Ubuntu
- Arch Linux (Next Up)
- Pop OS (After Arch Linux)
- Tauri
- React + Vite
- TailwindCSS
- Cmake (required)
# To download latest version, run
sh <(curl https://store.singh.software/secops)
Alternatively download from release page
Clone the repository
git clone https://github.com/KunalSin9h/secops
cd secops # go to project directory
cmake .
cd build
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