| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| lineage-23.1-20260420_122501-UNOFFICIAL-X670.zip | 2026-04-24 | 1.8 MB | |
| Totals: 1 Item | 1.8 MB | 0 | |
uploader
uv tool install git+https://github.com/rdndds/uploader.git
Create a .env file from .env.example and fill in your keys.
By default the CLI uploads to Pixeldrain, GoFile, and Vikingfile in parallel.
Set VIKINGFILE_USER to upload into a Vikingfile account, or leave it empty for anonymous uploads.
SourceForge FRS mode opens an upload-first TUI by default:
uv run up-sf
uv run up-sf --username your_sf_username --project infinity-x
uv run up-sf --upload ROM.zip --username your_sf_username --project infinity-x --remote-dir P661N/16/vanilla
uv run up-sf --list --username your_sf_username --project infinity-x --remote-dir P661N/16/vanilla
uv run up-sf --rename old.zip --to new.zip --username your_sf_username --project infinity-x
uv run up-sf --delete old.zip --confirm --username your_sf_username --project infinity-x
uv run up-sf --link P661N/16/vanilla/ROM.zip --project infinity-x
The TUI stores its profile in ~/.config/uploader/sourceforge.json (or $XDG_CONFIG_HOME/uploader/sourceforge.json).
Hint: edit that file to change the SourceForge project, remote root, or auth settings.