Skip to content

anchordotdev/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79ea2d8 · Mar 21, 2025

History

53 Commits
Oct 29, 2024
Feb 16, 2024
Dec 3, 2024
Sep 17, 2024
Jul 30, 2024
Sep 17, 2024
Aug 12, 2024
Dec 3, 2024
Sep 17, 2024
Dec 3, 2024
Aug 20, 2024
Aug 12, 2024
Feb 16, 2024
Feb 16, 2024
May 10, 2024
Dec 3, 2024
Oct 29, 2024
Dec 3, 2024
Dec 3, 2024
Jun 25, 2024
Dec 3, 2024
May 10, 2024
Aug 12, 2024
Nov 12, 2024
Nov 12, 2024
Dec 3, 2024
Oct 29, 2024
Mar 14, 2024
May 14, 2024
Oct 29, 2024
Oct 29, 2024
Apr 6, 2023
Dec 3, 2024
Nov 12, 2024
Sep 17, 2024
Mar 21, 2025
Mar 21, 2025
Mar 21, 2025
Aug 12, 2024
Aug 12, 2024

Repository files navigation

GitHub Anchor Banner

Introduction

anchor provides a command line interface for the Anchor.dev certificate management platform.

  • Need a secure browser context for development?
  • There's a better option than localhost.
  • Effortlessly get HTTPS in your local development environment. Get set up in two easy commmands.

For more information visit Lcl.host or the Anchor Docs

Installation

macOS

Available via Homebrew or as a downloadable binary from the releases page.

Homebrew

Install:

brew install anchordotdev/tap/anchor

Upgrade:

brew update && brew upgrade anchordotdev/tap/anchor

Linux & BSD

Available via Homebrew or as a downloadable binary from the releases page.

Homebrew

Install:

brew install anchordotdev/tap/anchor

Upgrade:

brew upgrade anchordotdev/tap/anchor

Windows

Available via Winget or as a downloadable binary from the releases page.

Winget

Install:

winget install anchor

Upgrade:

winget upgrade anchor

Install from source

Install:

go install github.com/anchordotdev/cli/cmd/anchor@latest

Setup

  • After installing, run anchor lcl and follow the instructions.