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.
- 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.
To install and run Postr, follow these steps:
- Clone the repository:
git clone https://github.com/zpv/postr.git
- Navigate to the project directory:
cd postr
- Install dependencies:
pnpm install
- Run the app:
pnpm run tauri dev
Postr is released under the MIT License.
- nostr-rs-relay - reference Rust implementation.