Start
Install
Install webctx from npm, a release binary, or source.
npm
npm i -g webctx
webctx --version
This is the easiest option for most users.
Prebuilt binary
GitHub Releases include binaries for:
- macOS Intel
- macOS Apple Silicon
- Linux Intel
- Linux ARM
- Windows Intel
Download the matching release if you prefer not to use npm.
Build from source
If you already have Go:
git clone https://github.com/amxv/webctx.git
cd webctx
make build
./dist/webctx --help
For a local install from the checkout:
make install-local
Next
Go to the Quickstart and try read-link on a GitHub URL you use every day.
If you are changing webctx itself, development and release notes live in CONTRIBUTORS.md in the repository.