Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunalsin9h/secops
An Linux Desktop Application for managing security.
https://github.com/kunalsin9h/secops
Last synced: 3 months ago
JSON representation
An Linux Desktop Application for managing security.
- Host: GitHub
- URL: https://github.com/kunalsin9h/secops
- Owner: KunalSin9h
- License: mit
- Created: 2023-09-06T07:41:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-10T16:07:32.000Z (7 months ago)
- Last Synced: 2024-04-10T17:12:20.669Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.08 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
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
Linux Desktop Security Made Easy
> [!IMPORTANT]
> More Security Settings need to be added, you can request one in [issues](https://github.com/KunalSin9h/Secops/issues)## Supported OS
- [x] Ubuntu
- [ ] Arch Linux (Next Up)
- [ ] Pop OS (After Arch Linux)## Stack
- [Tauri](https://tauri.app/)
- React + Vite
- TailwindCSS
- Cmake (required)## Download
```bash
# To download latest version, run
sh <(curl https://store.singh.software/secops)
```
Alternatively 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 .
cd build
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
```---