Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunalsin9h/secops
A Ubuntu Desktop Application for managing security.
https://github.com/kunalsin9h/secops
Last synced: 2 months ago
JSON representation
A Ubuntu Desktop Application for managing security.
- Host: GitHub
- URL: https://github.com/kunalsin9h/secops
- Owner: KunalSin9h
- License: mit
- Created: 2023-09-06T07:41:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T06:46:48.000Z (4 months ago)
- Last Synced: 2024-09-15T10:13:24.922Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.18 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Secops - Ubuntu Operating System security made easy. (Applications / Security)
README
Secops
Ubuntu Desktop Security Made Easy
> [!IMPORTANT]
> More Security Settings need to be added, you can request one in [issues](https://github.com/KunalSin9h/Secops/issues)Secops, short for *Secure Operations* is a friendly GUI application for ubuntu operating system.
## Stack
- [Tauri](https://tauri.app/)
- React + Vite
- TailwindCSS
- Cmake (required)## Download
Download from [release page](https://github.com/KunalSin9h/Secops/releases)
## Local Setup
Clone the repository
```bash
git clone https://github.com/KunalSin9h/secops
```### Requirements
#### Download All requirements on OS for developing the project.
```bash
cd secops # go to project directorycmake .
make run_script
```Download Dependencies
```bash
pnpm install # for frontendcd src-tauri
cargo fetch # for backendcd ../ # come back to home repo
```Run the development app
```bash
pnpm tauri dev
```---