A modern, cross-platform download manager built with Electron and React.
⚠️ PREVIEW VERSION: This application is currently in development state and not ready for production use. You're welcome to build and try it out, but expect bugs and incomplete features. Feedback and contributions are appreciated!
- 📥 Download files from the web with ease
- 🚀 Accelerated downloads with multi-connection downloading
- 📊 Monitor download
- 🔔 Notification when downloads complete
- Pause and resumes.
- Concurrent downloads.
- Stability improvements and bug fixes.
- Performance optimizations.
# Clone the repository
git clone https://github.com/repyh/strobe.git
# Navigate to the project directory
cd strobe
# Install dependencies
npm install
# or
yarn install# Start the development server
npm run dev
# or
yarn dev# Build for production
npm run build
# or
yarn build
# Package the application
npm run package
# or
yarn packagedownload-manager/
├── src/ # Source code
│ ├── main/ # Electron main process
│ ├── renderer/ # React renderer process
│ └── shared/ # Shared utilities
├── public/ # Static assets
├── build/ # Build configuration
└── dist/ # Compiled output
This project is licensed under the MIT License - see the LICENSE file for details.
Made as a hobby project