diff --git a/README.md b/README.md index 270c0958..ba8ed346 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,22 @@ Assuming you are downloading to ~/Downloads. If the server is already started, ` rqbit download -o ~/Downloads 'magnet:?....' [https?://url/to/.torrent] [/path/to/local/file.torrent] ## Web UI -Access with http://localhost:3030/web/ - -Screenshot 2023-11-27 at 09 30 10 +Access with http://localhost:3030/web/. It looks similar to Desktop app, see screenshot below. ## Desktop app The desktop app is a [thin wrapper](https://github.com/ikatson/rqbit/blob/main/desktop/src-tauri/src/main.rs) on top of the Web UI frontend. Download it in [Releases](https://github.com/ikatson/rqbit/releases). +rqbit Desktop + +## Performance +As you can see from the Desktop app screenshot, it's fast. Anecdotally from a few reports, it's faster than other clients they've tried, at least with their default settings. + +Memory usage for the server is usually within a few tens of megabytes, which makes it great for e.g. RaspberryPI. + +CPU is spent mostly on SHA1 checksumming. + ## Installation There are pre-built binaries in [Releases](https://github.com/ikatson/rqbit/releases).