🖥️ The old desktop client for Pulsar, built with Tauri and React
https://usepulsar.app
- TypeScript 89.3%
- Rust 7.9%
- CSS 1.9%
- Nix 0.8%
- HTML 0.1%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .zed | ||
| public | ||
| src | ||
| src-tauri | ||
| .envrc | ||
| .gitignore | ||
| about.toml | ||
| app_icon.svg | ||
| biome.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| index.html | ||
| LICENSE | ||
| mise.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| rust-toolchain.toml | ||
| shell.nix | ||
| Taskfile.yml | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Warning
Pulsar Desktop has been abandoned in favor for the new native client.
A desktop client for Pulsar, built with Tauri and React.
Download | Website | Documentation | Discord
Running Locally
To run Pulsar locally, you need to install some global prerequisites first:
Note
On Debian based systems, you will also need to install
libasound2-devandxdg-utils(Source)
Then you can run the following to install dependencies and start Pulsar:
pnpm install
task dev # or pnpm tauri dev
License
This project is licensed under the zlib License.
