A Soulseek client for the terminal. Built for agents and people who live there.
Search the network, share your files, browse someone’s collection, join a room. It runs over ssh on the machine where your music already lives.
A client for a network that runs on people.
No charts, no recommendations. You search, you find the person who has it, you download it from them.
Soulseek is a peer-to-peer network from the early 2000s. People still use it to share niche music by hand: the album that exists in one person’s folder and nowhere else.
soulseek-rs speaks that protocol, as a third-party client rather than the official app. It shares, browses, does rooms and private messages, because a client that only downloads makes you a leech on people who left their machines on for you. What sharing asks of you
Reach for soulseek-rs-lib to build a custom client or an agent on the protocol. Use the library
Every command runs as a one-off. Point a script or an agent at it and read JSON records off stdout. Start soulseek-rs daemon first when several run at once, so they share one login instead of cutting each other off. skills install hands your agent that habit, plus the JSON keys and exit codes --help leaves out. See the commands
What it does.
Everything happens in the TUI, and every command also runs as a one-off.
get search, pick the best, and download in one command.shares add at a directory and your files show up in searches; serve stays online so peers can browse and download them.portmap subcommand to test your router.Ask for the record. Skip the pipeline.
An agent can run any CLI. skills install teaches it to run this one well.
--help lists flags. It cannot say which JSON keys a record carries, or that exit 4 means widen the query rather than retry it. An agent guesses instead, and guessing against a stranger’s file server hangs the job.
skills install fills that in, so you ask for outcomes instead of writing pipelines: fill the gaps in a discography from whoever has a free slot, or read a peer’s profile for their limits before queueing 2 GB behind them.
Still a CLI: no MCP server, no API key. The skill tells your agent to start a daemon first, so a batch of parallel requests is one login rather than one per command. Upgrading the binary upgrades the skill; rerun skills install to take it. See the commands
Install it, then press s to search.
One command on macOS or Linux, then the TUI opens. No Rust toolchain needed.