Releases: alfaoz/beammeup
Releases · alfaoz/beammeup
v2.1.1
Full Changelog: v2.1.0...v2.1.1
beammeup v2.1.0
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.orgShip 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
Security/Privacy hardening
- Add
--listen-localto bind the proxy to127.0.0.1on 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-minutesor disable via--smart-blinder=false. - Hangar status now reports
blindedwhen Smart Blinder intentionally stopped services.
beammeup v2.0.4
- TUI: show ASCII logo on main deck
v2.0.3
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
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 sidecarfor 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
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
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