Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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