A modern web interface for Borg Backup
Run backups, browse archives, restore files, manage repositories, and automate schedules from one interface.
- Dashboard for repository health, activity, schedules, and storage
- Repository management for local, SSH, and SFTP destinations
- Live backup progress, archive browsing, and restore workflows
- Automated schedules, maintenance actions, and pre/post backup hooks
- Notifications through 100+ Apprise services
- Remote machine management with SSH key deployment and storage visibility
- Support for BorgBackup 1.x and BorgBackup 2 beta workflows
- Multi-architecture containers for
amd64,arm64, andarmv7
Note
Borg UI is developed with modern AI tooling as part of the workflow. Architecture, security, and release decisions are reviewed before merge.
- Current generated line coverage reports: backend
58.82%, frontend81.66%, combined64.36% - Release confidence is built on multiple test lanes: backend unit coverage, backend API integration, frontend unit coverage, frontend build validation, and core, extended, and SSH smoke suites against a built app
- Docker Hub publishes the user-facing app image
ainullcode/borg-ui; the separateborg-ui-runtime-baseimage is an internal CI artifact and should remain private
Track repository health, recent activity, storage, and day-to-day backup execution from the main product surfaces.
Monitor live backup progress, inspect archives, and work through restore flows without dropping to the CLI.
Automate schedules, manage remote machines, and configure notifications for ongoing backup operations.
docker run -d \
--name borg-web-ui \
-p 8081:8081 \
-v borg_data:/data \
-v borg_cache:/home/borg/.cache/borg \
-v /home/yourusername:/local:rw \
ainullcode/borg-ui:latestAccess the app at http://localhost:8081 with admin / admin123.
For setup details, see the installation guide.
For teams that need commercial support, larger rollouts, or an enterprise conversation, Borg UI can also support evaluation and deployment beyond the core open source setup.
- Learn more
- Contact: sales@borgui.com
- You can also explore the live product and documentation at borgui.com
See the contributing guide and the development guide.
This project is licensed under the GNU Affero General Public License v3.0. See LICENSE.
Made with ❤️ by Karan Hudia