Skip to content

A Ubuntu Desktop Application for managing security.

License

Notifications You must be signed in to change notification settings

KunalSin9h/secops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secops Logo

Secops

Ubuntu 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

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