🖥️ The old desktop client for Pulsar, built with Tauri and React https://usepulsar.app
This repository has been archived on 2026-03-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 89.3%
  • Rust 7.9%
  • CSS 1.9%
  • Nix 0.8%
  • HTML 0.1%
Find a file
tygrdev 05deb69f9c
All checks were successful
/ build (push) Successful in 10m56s
goodbye tauri
2026-03-07 23:46:45 +00:00
.forgejo/workflows fix(ci): pls work 2026-03-07 00:58:43 +00:00
.zed feat: add settings ui 2025-12-22 14:29:43 +00:00
public Rebrand: Pulsar (#85) 2026-01-02 22:06:44 +01:00
src Rebrand: Pulsar (#85) 2026-01-02 22:06:44 +01:00
src-tauri build: release workflow 2026-02-23 20:21:51 +00:00
.envrc feat: the big one (two) (#78) 2026-01-02 00:49:51 +01:00
.gitignore feat: the big one (two) (#78) 2026-01-02 00:49:51 +01:00
about.toml feat: the big one (two) (#78) 2026-01-02 00:49:51 +01:00
app_icon.svg Rebrand: Pulsar (#85) 2026-01-02 22:06:44 +01:00
biome.json feat: biome linter (#55) 2025-12-19 23:04:15 +00:00
Cargo.lock build: release workflow 2026-02-23 20:21:51 +00:00
Cargo.toml fix(ci): update release dir and disable stripping 2026-03-06 22:42:45 +00:00
index.html Rebrand: Pulsar (#85) 2026-01-02 22:06:44 +01:00
LICENSE fix: add missing pkgs 2026-01-03 02:46:50 +00:00
mise.toml build: change runs to all 2026-02-23 21:59:20 +00:00
package.json Rebrand: Pulsar (#85) 2026-01-02 22:06:44 +01:00
pnpm-lock.yaml feat: playlists (#75) 2026-01-01 20:21:31 +01:00
pnpm-workspace.yaml chore(build): add workflow dispatch 2026-03-06 17:19:22 +00:00
README.md goodbye tauri 2026-03-07 23:46:45 +00:00
rust-toolchain.toml ci: nix (#73) 2025-12-26 22:30:15 +00:00
shell.nix nix: gl 2026-01-02 12:31:12 -08:00
Taskfile.yml fix: guh 2026-01-11 12:43:36 -08:00
tsconfig.json feat: biome linter (#55) 2025-12-19 23:04:15 +00:00
tsconfig.node.json feat: biome linter (#55) 2025-12-19 23:04:15 +00:00
vite.config.ts feat: biome linter (#55) 2025-12-19 23:04:15 +00:00

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-dev and xdg-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.