About The Project
PurrPass is a free and open-source self-hosted password manager designed to simplify and secure your digital life while giving you full control over your data. In an age where online security is more critical than ever, PurrPass provides a reliable and user-friendly solution to manage your passwords, ensuring your valuable data remains private and accessible only to you.
(back to top)
Motivation
The motivation behind PurrPass is to provide accessible, transparent, and user-controlled online security. PurrPass aims to make your online experience safe and stress-free, giving you confidence to navigate the digital world without fear of data breaches or password problems.
(back to top)
Getting Started
This section will guide you through the process of configuring, building, and running PurrPass.
Building & Running
If you want to build and run the project locally, run the following commands:
git clone https://codeberg.org/furry/PurrPass.git
cd PurrPass
go build ./cmd -o ./build/purrpass
./build/purrpass
(back to top)
Why reinvent the wheel?
You may be wondering why PurrPass exists when other password managers are available. PurrPass was created to provide:
1. Self-hosting control: You have complete control over your data security and privacy by self-hosting.
2. Open Source Transparency: The source code is open for review, building trust and allowing community contributions.
3. User-Centered Design: PurrPass user-friendly interface is designed for ease of use.
4. Password Security: Strong encryption ensures that your data remains secure.
5. Data Backup and Accessibility: Backup and synchronization options keep your data safe and accessible.
(back to top)
License
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
Does not apply to branding under assets/img/branding
directory
(back to top)