Skip to content

Releases: alfaoz/beammeup

v2.1.1

14 Feb 08:28

Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

beammeup v2.1.0

14 Feb 14:23

Choose a tag to compare

What's New

Stealth Mode

New --stealth flag that runs a local SOCKS5 proxy tunneled through SSH — zero footprint on the VPS.

  • No packages installed, no config files, no systemd services, no open ports
  • The VPS only sees a standard SSH session
  • All proxy traffic encrypted inside the SSH tunnel
  • SOCKS5 handshake happens locally, never on the wire

Usage:

# Non-interactive
beammeup --stealth --host <ip> --ssh-user root

# Interactive
beammeup → select ship → Launch (Stealth)

# Test
curl -x socks5h://127.0.0.1:1080 https://api.ipify.org

Ship creation flow

Ship creation now offers a choice after setup:

  • Launch (Standard) — configure VPS as before
  • Launch (Stealth) — SSH tunnel, no VPS setup needed
  • Skip — save ship, configure later

Full Changelog: v2.1.1...v2.1.0

beammeup v2.0.5

13 Feb 06:34

Choose a tag to compare

Security/Privacy hardening

  • Add --listen-local to bind the proxy to 127.0.0.1 on the VPS (not publicly reachable; use an SSH tunnel).
  • Add Smart Blinder (enabled by default): stops the proxy after idle (default 10 minutes). Configure via --smart-blinder-idle-minutes or disable via --smart-blinder=false.
  • Hangar status now reports blinded when Smart Blinder intentionally stopped services.

beammeup v2.0.4

13 Feb 06:06

Choose a tag to compare

  • TUI: show ASCII logo on main deck

v2.0.3

12 Feb 14:54

Choose a tag to compare

Security hardening:

  • SSH host key verification (TOFU via ~/.beammeup/known_hosts; strict/insecure flags available)
  • install.sh and self-update now verify release archives using SHA256SUMS

Reliability:

  • Destroy no longer deletes existing UFW allow rules
  • Remote non-zero exits are no longer silently ignored

Artifacts now include version.txt + SHA256SUMS.

beammeup v2.0.2

12 Feb 06:14

Choose a tag to compare

beammeup v2.0.2

  • Added HTTP conflict wizard in TUI when existing non-beammeup Squid config is detected.
  • New isolated HTTP sidecar mode that does not overwrite /etc/squid/squid.conf.
  • Ship profiles now remember HTTP mode (HTTP_MODE=sidecar).
  • Added --http-mode sidecar for non-interactive CLI workflows.
  • Inventory/show output now displays HTTP mode.
  • Sidecar mode runs a dedicated systemd unit and keeps existing squid.service untouched.

beammeup v2.0.1

12 Feb 05:49

Choose a tag to compare

beammeup v2.0.1

Hotfixes:

  • TUI now handles existing non-beammeup Squid config safely.
  • If HTTP setup is blocked, beammeup offers SOCKS5 fallback instead of hard-failing.
  • Fallback tries safe SOCKS5 ports and updates the ship profile on success.
  • Non-interactive HTTP configure now prints a clear SOCKS5 retry hint.

beammeup v2.0.0

12 Feb 05:42

Choose a tag to compare

beammeup v2.0.0

  • Go rewrite
  • binary installer

Assets:

  • beammeup_darwin_arm64.tar.gz
  • beammeup_darwin_amd64.tar.gz
  • beammeup_linux_amd64.tar.gz
  • beammeup_linux_arm64.tar.gz
  • version.txt
  • SHA256SUMS