Version: v2.5.9-15-g11e07c4
Last Updated: 2025-12-10 00:00:06
This guide shows how to set up the downloaded onedrive binary so it runs
automatically using systemd --user (no sudo required).
mkdir -p ~/.local/bin cp onedrive-v2.5.9-15-g11e07c4 ~/.local/bin/onedrive chmod +x ~/.local/bin/onedrive
nano ~/.config/systemd/user/onedrive.service
[Unit] Description=OneDrive Free Client (Personal Build) After=network-online.target [Service] ExecStart=%h/.local/bin/onedrive --monitor Restart=on-failure RestartSec=3 Environment=PATH=%h/.local/bin:/usr/bin:/bin [Install] WantedBy=default.target
systemctl --user daemon-reload systemctl --user enable --now onedrive.service
systemctl --user status onedrive.service journalctl --user -u onedrive.service -f
This webpage was auto-generated by James' update-onedrive.sh pipeline.
This binary is a personal build of the open-source
OneDrive Free Client,
compiled directly from the upstream Git repository.