OneDrive Personal Build

Version: v2.5.9-15-g11e07c4

Last Updated: 2025-12-10 00:00:06

Download

Download onedrive binary (v2.5.9-15-g11e07c4)


How to Install and Run This OneDrive Build as a User Systemd Service

This guide shows how to set up the downloaded onedrive binary so it runs automatically using systemd --user (no sudo required).

1. Place the Binary

mkdir -p ~/.local/bin
cp onedrive-v2.5.9-15-g11e07c4 ~/.local/bin/onedrive
chmod +x ~/.local/bin/onedrive

2. Create the Systemd Service

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

3. Enable + Start the Service

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.

©2025 Jade Internet Design, ltd

Toggle theme