Skip to content
/ Nalai Public

A modern and fast downloader written in C# and Rust. Use WPF Fluent Design.

License

Notifications You must be signed in to change notification settings

sout233/Nalai

Repository files navigation

Nalai

English | 简体中文

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.

The backend is written in Rust and currently performs well (See also: 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

  • Create new download tasks
  • Multi-threaded downloading
  • Download queue list
  • Browser event passing
  • Better error handling
  • Redirect acquisition
  • Local cache for large files
  • Memory buffer occupancy optimization
  • Performance optimization