All Projects β†’ undergroundwires β†’ Privacy.sexy

undergroundwires / Privacy.sexy

Licence: gpl-3.0
Open-source tool to enforce privacy & security best-practices on Windows and macOS, because privacy is sexy πŸ‘πŸ†

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Privacy.sexy

Personal Security Checklist
πŸ”’ A curated checklist of 300+ tips for protecting digital security and privacy in 2021
Stars: ✭ 2,388 (+980.54%)
Mutual labels:  security-tools, privacy, privacy-protection
Thgtoa
The Hitchhiker’s Guide to Online Anonymity
Stars: ✭ 326 (+47.51%)
Mutual labels:  privacy, security-hardening, privacy-protection
Librefox
License: Mozilla Public License 2.0
Stars: ✭ 1,574 (+612.22%)
Mutual labels:  privacy, security-hardening
Awesome Humane Tech
Promoting Solutions that Improve Wellbeing, Freedom and Society
Stars: ✭ 2,234 (+910.86%)
Mutual labels:  privacy, privacy-protection
Encpipe
The dum^H^H^Hsimplest encryption tool in the world.
Stars: ✭ 135 (-38.91%)
Mutual labels:  security-tools, privacy
Windows 10 Hardening
Windows 10 hardening guide without gimmicks
Stars: ✭ 102 (-53.85%)
Mutual labels:  privacy, security-hardening
Karn
Simplifying Seccomp enforcement in containerized or non-containerized apps
Stars: ✭ 104 (-52.94%)
Mutual labels:  security-tools, security-hardening
Privacy Respecting
Curated List of Privacy Respecting Services and Software
Stars: ✭ 1,663 (+652.49%)
Mutual labels:  security-tools, privacy
Discordcrypt
End-To-End File & Message Encryption For Discord
Stars: ✭ 150 (-32.13%)
Mutual labels:  security-tools, privacy
Filterlist For Adguard
A very aggressive filter-list that consolidates over 320 lists for use in AdGuard Home.
Stars: ✭ 157 (-28.96%)
Mutual labels:  privacy, privacy-protection
Dnxfirewall
dnxfirewall (dad's next-gen firewall), a pure Python next generation firewall built on top of Linux kernel/netfilter.
Stars: ✭ 174 (-21.27%)
Mutual labels:  security-tools, privacy
Presidio
Context aware, pluggable and customizable data protection and anonymization SDK for text and images
Stars: ✭ 1,320 (+497.29%)
Mutual labels:  privacy, privacy-protection
Digital Privacy
δΈ€δΈͺε…³δΊŽζ•°ε­—ιšη§ζœι›†γ€δΏζŠ€γ€ζΈ…η†ι›†δΈ€δ½“ηš„ζ–Ήζ‘ˆ,ε€–εŠ εΌ€ζΊδΏ‘ζ―ζ”Άι›†(OSINT)ε―ΉζŠ—
Stars: ✭ 1,231 (+457.01%)
Mutual labels:  privacy, privacy-protection
Xinahn Client
δΈ€δΈͺεΌ€ζΊοΌŒι«˜ιšη§οΌŒθ‡ͺ枢θ‡ͺη”¨ηš„θšεˆζœη΄’εΌ•ζ“Žγ€‚https://xinahn.com
Stars: ✭ 116 (-47.51%)
Mutual labels:  privacy, privacy-protection
Content
Security automation content in SCAP, OSCAL, Bash, Ansible, and other formats
Stars: ✭ 1,219 (+451.58%)
Mutual labels:  security-tools, security-hardening
Windows10 hardening
My Windows 10 x64 security hardening guide
Stars: ✭ 78 (-64.71%)
Mutual labels:  windows10, security-hardening
User.js
user.js -- Firefox configuration hardening
Stars: ✭ 2,354 (+965.16%)
Mutual labels:  privacy, security-hardening
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-67.42%)
Mutual labels:  privacy, privacy-protection
Securityprivacyreferencearchitecture
Open Repository for the Open Security and Privacy Reference Architecture
Stars: ✭ 73 (-66.97%)
Mutual labels:  security-tools, privacy
Awesome Privacy
A curated list of tools and services that respect your privacy.
Stars: ✭ 147 (-33.48%)
Mutual labels:  privacy, privacy-protection

privacy.sexy

Enforce privacy & security best-practices on Windows and macOS, because privacy is sexy πŸ‘πŸ†

contributions welcome Language grade: JavaScript Maintainability Tests status Quality checks status Security checks status Bump & release status Deploy status Auto-versioned by bump-everywhere

Get started

  • Online version at https://privacy.sexy
    • πŸ’‘ No need to run any compiled software on your computer.
  • Alternatively download offline version for Windows, macOS or Linux.
    • πŸ’‘ Single click to execute your script.
  • ❗ Come back regularly to apply latest version for stronger privacy and security.

privacy.sexy application

Why

  • Rich tweak pool to harden security & privacy of the OS and other software on it
  • Free (both free as in beer and free as in speech)
  • No need to run any compiled software that has access to your system, just run the generated scripts
  • Have full visibility into what the tweaks do as you enable them
  • Ability to revert (undo) applied scripts
  • Everything is transparent: both application and its infrastructure are open-source and automated
  • Easily extendable

Extend scripts

  1. Fork the repository
  2. Add more scripts in respective script collection in collections folder.
    • πŸ“– If you're unsure about the syntax you can refer to the collection files | documentation.
    • πŸ™ For any new script, please add revertCode and docs values if possible.
  3. Send a pull request πŸ‘Œ

Commands

  • Project setup: npm install
  • Testing
    • Run unit tests: npm run test:unit
    • Lint: npm run lint
  • Desktop app
    • Development: npm run electron:serve
    • Production: npm run electron:build to build an executable
  • Webpage
    • Development: npm run serve to compile & hot-reload for development.
    • Production: npm run build to prepare files for distribution.
    • Or run using Docker:
      1. Build: docker build -t undergroundwires/privacy.sexy:0.10.0 .
      2. Run: docker run -it -p 8080:80 --rm --name privacy.sexy-0.10.0 undergroundwires/privacy.sexy:0.10.0

Architecture overview

Application

  • Powered by TypeScript, Vue.js and Electron πŸ’ͺ
    • and driven by Domain-driven design, Event-driven architecture, Data-driven programming concepts.
  • Application uses highly decoupled models & services in different DDD layers.
  • πŸ“– Read more on β€’ Presentation β€’ Application

DDD + vue.js

AWS Infrastructure

AWS solution

  • It uses infrastructure from the following repository: aws-static-site-with-cd
    • Runs on AWS 100% serverless and automatically provisioned using GitHub Actions.
    • Maximum security & automation and minimum AWS costs are the highest priorities of the design.

GitOps: CI/CD to AWS

  • CI/CD is fully automated for this repo using different GIT events & GitHub actions.
    • Versioning, tagging, creation of CHANGELOG.md and releasing is automated using bump-everywhere action
  • Everything that's merged in the master goes directly to production.

CI/CD to AWS with GitHub Actions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].