/secops

A Ubuntu Desktop Application for managing security.

Primary LanguageTypeScriptMIT LicenseMIT

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