Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.
/ Nagisa Public archive

(Superseded by NanaGet) An open source file transfer utility on Universal Windows Platform.

License

Notifications You must be signed in to change notification settings

M2TeamArchived/Nagisa

Repository files navigation

Logo Nagisa - An open source file transfer utility on Universal Windows Platform.

AppVeyor Build status Latest release Latest release downloads Total downloads License

Screenshot

Warning: This project is in early stages of development, the final product may differ from what you see now.

Nagisa is an open source file transfer utility (UWP), distributed under the MIT License.

Nagisa is mainly developed in C++ 17, with WinRT API, Win32 API, WRL, STL, C++/CX and C++/WinRT. Thus it has better efficiency and consumes less storage space.

We need help to translate Nagisa into native languages that have not been supported.

Development Roadmap

For more information, please click here

Here are the features we will implement for Nagisa in the future. (The blod texts represent the features we have not implemented yet.)

  • Assassin Transfer Engine (An alternative to Windows.Networking.BackgroundTransfer)
    • Support background download.
    • Support resuming broken/dead downloads.
    • Support multi-thread multi-task download.
    • Support HTTP 1.1 and HTTP/2 protocol for HTTP and HTTPS support.
    • Support FTP, FTPS and SFTP.
    • Support WebSocket and WebSocket Secure.
    • Support BitTorrent, Magnet and ED2K.
    • Support downloading files from multiple URIs.
  • Experience
    • Support providing HASH value for downloaded files.
    • Support get download URI from QR code and texts in images.
    • Support establishing download daemons on IoT devices (like Raspberry Pi).
    • Support pushing a download task to the other devices.

All kinds of contributions will be appreciated. All suggestions, pull requests and issues are welcome.

System Requirement

  • Supported OS: Windows 10, version 1703 or later
  • Supported Platforms: x86, x86-64(AMD64), ARM and ARM64.

Features

  • Supported Transfer Protocols: HTTP, HTTPS, FTP, FTPS, WebSocket and WebSocket Secure. (Temporarily based on Windows.Networking.BackgroundTransfer)
  • Multi-language Support: English, Spanish and Simplified Chinese.
  • Support background download. (Temporarily based on Windows.Networking.BackgroundTransfer)
  • Support resume broken/dead downloads. (Temporarily based on Windows.Networking.BackgroundTransfer)
  • Support single-thread multi-task download. (Temporarily based on Windows.Networking.BackgroundTransfer)

License

Nagisa (not including third-party libraries) is distributed under the MIT License. For more information, please read Nagisa's License.

Documents