You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenDM is an open-source download manager designed to be a free, high-performance alternative to Internet Download Manager (IDM). Built with modern technologies like Rust and Tauri, it offers lightning-fast download speeds through multi-threaded downloading while maintaining a familiar, IDM-compatible user interface.
Why OpenDM?
Problem
OpenDM Solution
IDM is paid software
Completely free and open source
IDM is Windows-only (officially)
Cross-platform foundation
Limited customization
Full control over your downloads
Closed source
Transparent, auditable code
Slow browser downloads
5-8x faster with multi-threading
Target Users
Power users who need fast, reliable downloading
Open source enthusiasts who prefer free software
Users migrating from IDM who want a free alternative
Developers who want to customize their download experience
Features
Core Features
Feature
Status
Description
Multi-threaded Download
✅ Stable
Splits files into 4-32 chunks for parallel downloading
# Using PowerShell (Windows)# Download the .exe installer
Start-Process "OpenDM_1.0.0_x64-setup.exe"
Build from Source
# Clone the repository
git clone https://github.com/henglyrepo/Open-Download-Manager.git
cd Open-Download-Manager
# Install dependencies
npm install
# Build for production
npm run tauri build
# Run in development mode
npm run tauri dev
Contributions are welcome! Here's how you can help:
Development Setup
# Fork and clone the repository
git clone https://github.com/henglyrepo/Open-Download-Manager.git
cd Open-Download-Manager
# Install frontend dependencies
npm install
# Run in development mode
npm run tauri dev
Coding Standards
Rust: Follow rustfmt and clippy guidelines
TypeScript: Use ESLint with standard config
Commits: Use conventional commits format
Testing: Add tests for new features
Pull Request Process
Fork the repository
Create a feature branch (git checkout -b feature/amazing-feature)
Commit your changes (git commit -m 'Add amazing feature')
Push to the branch (git push origin feature/amazing-feature)
Open a Pull Request
Ways to Contribute
Type
Description
🐛 Bug Reports
Submit via GitHub Issues
💡 Feature Requests
Suggest new features
📖 Documentation
Improve docs/README
💻 Code
Submit PRs for features/fixes
🌍 Translations
Localize the application
License
Distributed under the MIT License. See LICENSE for more information.
MIT License
Copyright (c) 2024 OpenDM Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Acknowledgments
Inspired By
Internet Download Manager (IDM) - The gold standard for Windows download managers
Xtreme Download Manager - Another open-source alternative