Install Velocity
- Click "Continue with Google" (To connect with your identity provider, contact us via Slack or email)
- Done. Welcome to Velocity!
macOS
Linux
Windows
# via Homebrew
brew install techvelocity/tap/veloctl
# or with a script
curl -fsSL https://releases.velocity.tech/veloctl/latest.sh | sh -s
# Via snapcraft
sudo snap install veloctl --classic
# or with a script
curl -fsSL https://releases.velocity.tech/veloctl/latest.sh | sh -s
veloctl auth login
When you run the above, you'll be redirected to the following confirmation modal. Click "Confirm".

After clicking "Confirm", you'll see a confirmation page. Close the tab and go back to your terminal.
Confirm that you are welcomed with your expected account name:
Attempting to automatically open the login page in your default browser.
If the browser does not open or you wish to use a different device to authorize this request, open the following URL:
https://login.velocity.tech/activate?user_code=ABCD-EFGH
and verify the following code appears:
ABCD-EFGH
* Fetching underlying Kubernetes cluster configuration...
* Stored context 'velocity-VELOACME' locally (`/Users/Marty/.kube/config`).
Welcome, Marty McFly ([email protected])!
List your environments:
$ veloctl env list-services
There are no service definitions in your account.
We still don't have any services onboarded. To start onboarding Velocity Services, follow the next steps.
Last modified 21d ago