Skip to content

An Linux Desktop Application for managing security.

License

Notifications You must be signed in to change notification settings

KunalSin9h/secops

Repository files navigation

MeltCD Logo

Secops

Linux Desktop Security Made Easy

Publish Build Test

GitHub Chat Version

Secops Dashboard Image

Important

More Security Settings need to be added, you can request one in issues

Supported OS

  • Ubuntu
  • Arch Linux (Next Up)
  • Pop OS (After Arch Linux)

Stack

  • Tauri
  • React + Vite
  • TailwindCSS
  • Cmake (required)

Download

# To download latest version, run 
sh <(curl https://store.singh.software/secops)

Alternatively 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 .
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