Browse by type

Ultracopier is free and open source software licensed under GPLv3 that acts as a replacement for files copy dialogs.
Main features include: - task queue - pause / resume - resume unfinished jobs - dynamic speed limitation - collision management - plugin support
For example on Debian based distros:
sudo apt install make gcc build-essential libssl-dev qt6-base-dev qtchooser qmake6 qt6-base-dev-tools qt6-tools-dev-tools
Building an all-in-one version is as easy as compiling the main Qt project:
find ./ -name '*.ts' -exec lrelease {} \;
qmake ultracopier.pro
make -j$(nproc)
./ultracopier
Translations are provided via Qt Linguist.
lupdate ultracopier.pro to update the translation files(plugins|resources)/Languages/XX/translation.tslrelease ultracopier.pro to compile the files.qm files in your Ultracopier release
Customizations in form of Plugins are also possible.
This project is hosted on Github. Add issues and merge requests there!
$ claude mcp add Ultracopier \
-- python -m otcore.mcp_server <graph>