Skip to content
/ pw Public

Secure sharing of secrets

Notifications You must be signed in to change notification settings

lebe-dev/pw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Eugene Lebedev
Feb 22, 2025
dea4719 · Feb 22, 2025
Sep 20, 2024
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Dec 15, 2024
Feb 22, 2025
Dec 16, 2024
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Oct 3, 2023
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Dec 15, 2024

Repository files navigation

PW

PW is a project for sharing secrets (any confidential information). All data is encrypted in the browser.

Screenshot of PW application for sharing secrets

Screenshot of PW application for sharing secrets

Demo

Getting started

docker compose up -d

Then visit http://localhost:8080.

Other options: install with docker or Kubernetes

Features

  • Secure: All data is encrypted in the browser (details)
  • BLAZING FAST 🌝 (Svelte+Rust)
  • Low resources usage:
    CONTAINER ID   NAME              CPU %     MEM USAGE / LIMIT    MEM %     NET I/O           BLOCK I/O      PIDS
    94d9d31ddf83   pw-cache          1.27%     7.977MiB / 1.69GiB   0.46%     16.2kB / 0B       0B / 0B        6
    0d3c9c52165a   pw                0.00%     4.082MiB / 1.69GiB   0.24%     63.2kB / 224kB    0B / 0B        2
  • Localization support: en, es, de, ru (details)
  • Themes support

Docs

Roadmap

  1. Build static release
  2. Support Windows

Thanks