wezpyke / kap

An open-source screen recorder built with web technology

Home Page:https://getkap.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kap

An open-source screen recorder built with web technology

Build Status XO code style

Get Kap

Download the latest release (macOS only)

Or install with Homebrew Cask:

$ brew update
$ brew cask install kap

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: npm install
  3. Build the code and watch for changes: npm run dev
  4. Run the app: npm start

To make sure that your code works in the finished app, you can generate the binary:

$ npm run pack

After that, you'll see the binary in the ./dist folder 😄

Dev builds

Help us test the bleeding edge of Kap: master
Note that this version is unsupported and may have issues.
We also have builds for other branches: https://kap-artifacts.now.sh/<branch>

Related Repositories

Newsletter

Subscribe

Thanks

About

An open-source screen recorder built with web technology

https://getkap.co

License:MIT License


Languages

Language:JavaScript 66.4%Language:CSS 24.1%Language:HTML 9.4%Language:Shell 0.1%