Windows-only DLMan build with Russian localization.
This fork is maintained for Windows users. It does not publish macOS builds, Linux builds, or browser-extension packages.
- Windows desktop app (
.exe/.msi) - Russian locale (
ru,Русский) - English and Persian locales inherited from upstream
- Multi-segment downloads
- Queue and category management
- Scheduling, speed limits, and credentials support
- Dark and light themes
Use the releases page for Windows installers:
Expected release assets:
| Platform | Files |
|---|---|
| Windows | .exe, .msi |
No macOS, Linux, or browser-extension artifacts are published from this fork.
Russian localization is registered as:
{ code: "ru", name: "Russian", nativeName: "Русский", dir: "ltr", font: "inter" }The localization covers the desktop UI, including shortcuts, queue management, time picker strings, default category and queue names, units, and common fallback strings.
Install dependencies:
pnpm installRun the desktop app:
pnpm --filter @dlman/desktop tauri devBuild the Windows desktop app:
pnpm --filter @dlman/desktop tauri buildThis fork intentionally targets Windows only.
- Supported: Windows desktop app
- Not published: macOS packages
- Not published: Linux packages
- Not published: browser extensions
Original project: novincode/dlman
MIT License. See LICENSE.