Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.11 KB

Postr

Postr is a messaging desktop client for the decentralized Nostr protocol, built with Rust, Next.js, and Typescript using the Tauri framework. Developed with the intention of providing a faster and more efficient experience than web clients, while still offering the same messaging and (eventually) feed functionality.

Features

  • Fast and lightweight: Postr is built with Tauri's integration with Rust, making it fast and low on resource usage.
  • Decentralized: Postr uses the decentralized Nostr protocol, ensuring that your messages are secure and private.

Installation

To install and run Postr, follow these steps:

  1. Clone the repository: git clone https://github.com/zpv/postr.git
  2. Navigate to the project directory: cd postr
  3. Install dependencies: pnpm install
  4. Run the app: pnpm run tauri dev

License

Postr is released under the MIT License.

Credits