Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.57 KB

README.md

File metadata and controls

59 lines (34 loc) · 1.57 KB

Photon

Photon is a lightweight downloader based on aria2. It supports HTTP/HTTPS, FTP, SFTP, Magnet links, BitTorrent and Metalink.

Photon is cross platform. It has macOS and windows releases now and will have Linux release soon.

Screenshots

Mac

mac

Installation

Latest releases: https://github.com/alanzhangzm/Photon/releases

Extensions

Since Photon uses aria2 as download core, all of the extensions that support aria2 via RPC are also Photon compatible. The default RPC configuration for Photon and aria2:

Some popular aria2 extensions:

Development

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.

License

Apache-2.0