Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.13 KB

Kami-Desktop-Client

Desktop client for Kami™

Watch anime with this desktop client. No ads. No captcha.

More features to come...

Download

Head over to the releases page to download.

OS Support

  • Windows (x64)
  • Mac (x64)
  • Linux

Features

  • Watch anime
  • Change quality of anime
  • Download anime
  • Automatically solve captcha
  • More coming soon!

Issues

Please report issues @ the issues page

Development

To get started just pull the repo and run the following

npm install
npm start

To build the installers / release packages you need to run, you can only build a platforms installer from that platform.

# Windows
npm run package:win

# Mac OS X
npm run package:mac

# Linux
npm run package:linux

Contributing

If you find something wrong (theming issues, app crashes) please report them as an issue.
If you think you can add something cool or fix a problem, fork the repo and make a pull request :D