Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sout233/nalai
A downloader written in C#. Use WPF Fluent Design.
https://github.com/sout233/nalai
csharp download-manager downloader wpf
Last synced: 22 days ago
JSON representation
A downloader written in C#. Use WPF Fluent Design.
- Host: GitHub
- URL: https://github.com/sout233/nalai
- Owner: sout233
- License: gpl-3.0
- Created: 2024-10-18T09:32:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T13:47:34.000Z (2 months ago)
- Last Synced: 2024-10-27T19:38:26.494Z (2 months ago)
- Topics: csharp, download-manager, downloader, wpf
- Language: C#
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nalai
### English | [简体中文](./README_zh.md)
A modern and fast downloader that supports asynchronous multi-threaded chunked downloading.
The frontend is written in C# and implements Fluent Design using [WPF UI](https://github.com/lepoco/wpfui).
The backend is written in Rust and currently performs well (See also: [nalai_core](https://github.com/sout233/nalai_core)).
Tested, **Nalai** works well on Windows 10 and Windows 11.
> [!IMPORTANT]
> The project is currently in a rapid development phase, and some features may not yet be implemented.## Roadmap
- [x] Create new download tasks
- [x] Multi-threaded downloading
- [x] Download queue list
- [ ] Browser event passing
- [ ] Better error handling
- [x] Redirect acquisition
- [ ] Local cache for large files
- [ ] Memory buffer occupancy optimization
- [x] Performance optimization