🖥️ A desktop client for Pulsar, built with Tauri and React
https://usepulsar.app
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .zed | ||
| public | ||
| src | ||
| src-tauri | ||
| .envrc | ||
| .gitignore | ||
| about.toml | ||
| app_icon.svg | ||
| biome.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| index.html | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| rust-toolchain.toml | ||
| shell.nix | ||
| Taskfile.yml | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
A desktop client for Pulsar, built with Tauri and React.
Download | Website | Documentation | Discord
Warning
Pulsar Desktop is currently in major version zero (0.x) active development, and features are being added regularly. Things may break or change at any time!
Running Locally
To run Pulsar locally, you need to install some global prerequisites first:
Warning
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.
