Home
Softono
psono-client

psono-client

Open source JavaScript
25
Stars
6
Forks
0
Issues
2
Watchers
1 month
Last Commit

About psono-client

PSONO Client is an open-source password manager designed for secure storage and management of credentials, secrets, and sensitive information. As part of the broader PSONO ecosystem, the client provides users with a streamlined interface to access their encrypted vault across devices. It supports browser-based usage and integrates with a corresponding server backend to synchronize data securely. Features include end-to-end encryption, secret sharing, password generation, and support for various item types such as passwords, notes, and bookmarks. The client is built for extensibility, allowing developers to configure it for different deployment environments, including custom websocket endpoints behind reverse proxies with SSL. Ideal for individuals and teams seeking a self-hosted, privacy-focused credential management solution, PSONO Client emphasizes open-source transparency and community-driven development. The canonical source is hosted on GitLab.com, with full documentation available through the official P

Platforms

Web Self-hosted

Languages

JavaScript

PSONO Client - Password Manager

coverage report build status Discord POEditor

Canonical source

The canonical source of PSONO Client is hosted on GitLab.com.

Documentation

The documentation for the psono server can be found here:

Psono Documentation

Support

Browserstack

Browserstack provides us the ability to test our client on various devices.

LICENSE

Visit the License.md for more details

Other

  • Websocket behind reverse proxy with SSL

    npx webpack serve --client-web-socket-url wss://psonoclient.chickahoona.com/ws --config webpack.environment.dev.js