🎯
Quick Download
Detected: Unknown
We recommend the download below for your system
Choose Your Platform
Docker
RecommendedThe easiest way to get started. No installation required, works everywhere Docker runs.
Pull Latest Image
docker pull hndrwn/s3-migration-scheduler:latest
Run Container
docker run -d \
--name s3-migration-scheduler \
-p 5000:5000 \
-e NODE_ENV=production \
-v s3-migration-data:/app/data \
-v s3-migration-logs:/app/logs \
hndrwn/s3-migration-scheduler:latest
# Access web interface
open http://localhost:5000
Docker Compose
git clone https://github.com/hndrwn-dk/s3-migration-scheduler.git
cd s3-migration-scheduler
docker-compose up -d
💻
Desktop Applications
Version -Native desktop applications with GUI interface for easy migration management.
🪟
Windows
Requires Windows 10 or later
Older Windows Platforms
For Windows 7, 8, or other legacy versions
🐧
Linux
AppImage (Universal)
.AppImage
138.5 MB
Debian/Ubuntu
.deb
97.1 MB
Red Hat/Fedora
.rpm
98.7 MB
Tarball
.tar.gz
146 MB
Most Linux distributions supported
Source Code
Open SourceBuild from source or contribute to the project. Released under MIT License.
Clone Repository
git clone https://github.com/hndrwn-dk/s3-migration-scheduler.git