Skip to main content

3. Quick Start / Installation

Prerequisites

  • Golang environment (Go 1.18+ recommended) if you plan to build from source.
  • TON environment:
    • A valid TON seed/private key for wallet usage.
  • Internet connectivity and VPS hosting if you intend to run Node or VPN servers.

Installation Methods

From Binary Releases

If you have precompiled binaries:

  1. Download the appropriate binary for your OS (Windows, Linux, macOS).
  2. Make it executable (chmod +x apivpn-cli on Linux/macOS).
  3. Run ./apivpn-cli version to verify.

From Source

  1. Clone the repository:

    git clone https://your-git-repo-url.git
    cd apivpn-cli
  2. Build the CLI:

    go build -o apivpn-cli main.go
  3. Run ./apivpn-cli version to confirm installation.