Install the CLI
macOS / Linux
Section titled “macOS / Linux”pip install linkworldInstalls the linkworld command. Verify:
linkworld --versionWindows
Section titled “Windows”pip install linkworldOpen a fresh PowerShell or Terminal so linkworld is on your PATH.
From source
Section titled “From source”git clone https://github.com/linkworld/linkworld.gitcd linkworld/packages/clipip install -e .Sign in
Section titled “Sign in”linkworld loginOpens a browser to GitHub OAuth. After authorizing, the CLI receives a
JWT and stores it in ~/.config/linkworld/config.json.
If you already have an admin-issued token:
linkworld login --token eyJhbGc...