Skip to content

Quick Start

Get started with Atun in minutes. Follow these simple steps to set up secure tunneling to your AWS resources.

Installation

macOS

bash
brew tap DimmKirr/tap
brew install atun

Alpine Linux

bash
# Add the repository key
curl https://alpine.fury.io/DimmKirr/[email protected] > /etc/apk/keys/[email protected]

# Add Atun repository
echo "https://alpine.fury.io/DimmKirr/" >> /etc/apk/repositories

# Install Atun
apk update
apk add atun

Windows

powershell
scoop bucket add DimmKirr https://github.com/DimmKirr/scoop-bucket.git
scoop install atun

Basic Usage

Start a Tunnel

bash
atun up

Check Status

bash
atun status

Stop the Tunnel

bash
atun down

Next Steps

Released under Apache 2.0 License.