惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
J
Java Code Geeks
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
雷峰网
雷峰网
D
DataBreaches.Net
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
Engineering at Meta
Engineering at Meta

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
Mirrorball — SSH tunnels, on a switch.
sanil · 2026-06-23 · via Show HN

SSH port forwards · for macOS

A dead-simple, native SSH port-forward manager. Flip one on to bring a forward up; if it drops — sleep, network blip, server hiccup — it quietly reconnects. Lives in your menu bar and a proper window.

Free & open source · macOS 26+ · Apple Silicon · v0.1.2

Mirrorball's management window: a forward shown as a row with a status dot, a LOCAL badge, its address mapping, and an on/off switch

One window. Every forward is a row with a status dot, an address mapping, and a switch.

Open source · MIT Auto-updates No telemetry Drives your system ssh

What it does

Everything you reach for, nothing you don’t.

It drives the system ssh binary, so it reuses your existing config, keys and agent. Nothing to set up twice.

Menu bar & window

A status-bar item with quick toggles, plus a full management window. Close the window — it stays running up top.

Auto-reconnect

Per-forward supervision with exponential backoff. Tunnels survive sleeps and blips; real failures surface the actual reason.

1s → 30s backoff

Local, remote & dynamic

Every forward type you actually use — pull a remote port home, expose a local one, or run a SOCKS proxy.

-L · -R · -D

Keychain-backed auth

SSH agent, a private key with passphrase, or a password — secrets live at rest in your Keychain, never on the command line.

Uses your SSH setup

Inherits ~/.ssh/config, keys and agent. Host aliases populate the editor’s picker automatically.

Native throughout

SwiftUI switches, grouped forms, SF Symbols, automatic light/dark, launch-at-login, and notifications on drops & reconnects.

How a forward works

A remote port, mirrored to your Mac.

Your Mac

localhost:3000

your browser hits this

Studio Server

elysia:3000

runs over there

01

Add a forward

Pick a host alias, choose local / remote / dynamic, set the ports. The editor knows every option you reach for.

02

Flip the switch

Mirrorball spawns a supervised ssh -N and watches it. Green means it’s up.

03

Forget about it

It reconnects through sleeps and blips, and tears every child down cleanly on quit. No leaked tunnels.

Mirrorball's menu bar dropdown with a quick toggle and Open, Settings, Check for Updates, and Quit items

Always one click away

Right from the menu bar.

The status-bar glyph reflects the aggregate state at a glance. Toggle any forward without leaving what you’re doing.

  • Quick toggles for every forward
  • Open the window, Settings, or check for updates
  • Stays running here when the window is closed

Built carefully

Your secret never touches the command line.

Anyone running ps can read a process’s arguments. So Mirrorball never puts a password or passphrase there. Secrets stay in the Keychain and reach ssh through SSH_ASKPASS on the child’s environment alone.

# never — visible in `ps`

ssh -L 3000:… host -p 'hunter2'

# Mirrorball — via the environment

SSH_ASKPASS=… ssh -N -L 3000:… host

✓ secret stays in the Keychain

Get Mirrorball.

Download the disk image and drag Mirrorball into Applications. It keeps itself up to date from there.

macOS 26+ · Apple Silicon · v0.1.2