Skip to main content

Tuna Desktop

A detailed application overview is available in the blog.

Installation

Download and install the full or portable version.

Installer for Windows x64 (requires administrator privileges)Portable version for Windows x64
🖌 Authenticity verification

Starting from version v0.1.11, all artifacts are signed using cosign. To verify the originality of the archive, install the cosign client, download the public key, and perform the verification.

winget install sigstore.cosign
# installer
Invoke-WebRequest -Uri "https://releases.tuna.am/desktop/latest/tuna-desktop_windows-amd64_installer_latest.zip" -OutFile "tuna-desktop_windows-amd64_installer_latest.zip"
Invoke-WebRequest -Uri "https://releases.tuna.am/desktop/latest/tuna-desktop_windows-amd64_installer_latest.zip.bundle" -OutFile "tuna-desktop_windows-amd64_installer_latest.zip.bundle"
cosign.exe verify-blob --bundle=tuna-desktop_windows-amd64_installer_latest.zip.bundle tuna-desktop_windows-amd64_installer_latest.zip
# portable
Invoke-WebRequest -Uri "https://releases.tuna.am/desktop/latest/tuna-desktop_windows-amd64_portable_latest.zip" -OutFile "tuna-desktop_windows-amd64_portable_latest.zip"
Invoke-WebRequest -Uri "https://releases.tuna.am/desktop/latest/tuna-desktop_windows-amd64_portable_latest.zip.bundle" -OutFile "tuna-desktop_windows-amd64_portable_latest.zip.bundle"
cosign.exe verify-blob --bundle=tuna-desktop_windows-amd64_portable_latest.zip.bundle tuna-desktop_windows-amd64_portable_latest.zip

Authorization

To use the client, you need a Token. Register via this link and authorize the application. The token will be saved in the config file, or you can copy it from a separate page and specify it manually.

Click Sign in to the app

Sign in to the app

A link will open in the browser asking you to confirm the login, click Sign in

Sign in to the tuna app
Specify the token manually

Below the Sign in to the app button, click the use token to sign in link and enter the token from the page:

Sign in to the tuna app

Get started

Everything is ready to start working. Create one or more tunnels and run them.

Click - add tunnel

What's next?

  • Explore HTTP tunnel configuration examples
  • Need access to a non-HTTP service? Learn more in the TCP tunnel section