You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(README.md): 📝 update README content to improve clarity, add key features section
feat(README.md): ✨ add installation instructions for Progressive Web App (PWA) version and accessible installers
docs(README.md): 📝 clarify building locally section for developers and contributors, update acknowledgements section with correct links
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
# RustedLessPass
2
2
3
-
A password manager built in Rust, compatible with [LessPass](https://github.com/lesspass/lesspass).
3
+
**Tired of juggling weak passwords?** RustedLessPass empowers you to manage your login credentials securely and conveniently. Built with Rust and WebAssembly, RustedLessPass offers a platform-independent solution for your password needs.
4
4
5
-
Powered by Yew for WebAssembly compatibility, it runs directly in your web browser, so there's no need for any server computation—only for delivering the app.
5
+
## **Key Features:**
6
6
7
-
Inspired by LessPass, it follows the same principles but works independently.
7
+
-**LessPass Compatibility:** Enjoy a familiar user experience.
8
+
-**WebAssembly Power:** Run RustedLessPass directly in your web browser, eliminating server-side dependencies and keeping your data entirely under your control.
9
+
-**Cross-Platform Access:** Manage your passwords from any device with a modern web browser, no matter the operating system.
10
+
-**Open-Source Transparency:** Benefit from the power and security of open-source development, allowing for community contributions and independent audits.
8
11
9
-
This means you can generate strong passwords without relying on external servers.
For desktop users, convenient PC installers are accessible via [this link](https://github.com/RustedLessPass/RustedLessPass/releases/latest). If you're using a mobile device, please use the Progressive Web App (PWA) for seamless installation and usage.
14
+
-**Recommended:** Use the Progressive Web App (PWA) version for seamless browser and device integration.
15
+
-**Alternative:** Accessible installers are available for Firefox and traditional PC installs [link to installers](https://github.com/RustedLessPass/RustedLessPass/releases/latest).
14
16
15
17
## Screenshot
16
18
@@ -28,9 +30,9 @@ To use RustedLessPass:
28
30
29
31
You can then use the generated password when signing up or logging into websites, without the need to store or remember individual passwords.
30
32
31
-
## Installation
33
+
## **Building Locally (Optional):**
32
34
33
-
To run RustedLessPass locally, follow these steps:
35
+
This section is intended for developers who want to contribute or run the application locally.
34
36
35
37
1. Clone the repository:
36
38
```bash
@@ -62,13 +64,12 @@ Contributions to RustedLessPass are welcome! If you find any issues or have sugg
0 commit comments