Plutonium is a personal media acquisition app built around a fast BitTorrent engine.
Current focus:
- Native macOS client
- Selective downloads that match how you actually grab releases
- Torrent tracker connectors and library handoff (including Jellyfin-friendly folder layouts)
Visit https://github.com/luke-hurd/Plutonium for more information.
git clone --recurse-submodules https://github.com/luke-hurd/Plutonium.git
cd Plutonium
open Plutonium.xcodeprojOr from the command line:
xcodebuild -project Plutonium.xcodeproj -scheme Plutonium -configuration Release \
-derivedDataPath "$(pwd)/build/xcode" CODE_SIGN_IDENTITY="-" build
open build/xcode/Build/Products/Release/Plutonium.appSee docs/Building-Plutonium.md for other platforms and CMake options.
Plutonium is free software under GPLv2 / GPLv3. See COPYING and licenses/.
Upstream library copyrights remain with their respective authors (Mnemosyne LLC and contributors); see source file headers and NOTICE.