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

推荐订阅源

博客园 - Franky
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
Vercel News
Vercel News
Recent Announcements
Recent Announcements
B
Blog RSS Feed
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
MongoDB | Blog
MongoDB | Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
雷峰网
雷峰网
D
Docker
Jina AI
Jina AI
IT之家
IT之家
人人都是产品经理
人人都是产品经理
L
LangChain Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog
The Cloudflare Blog
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Mirrorball — SSH tunnels, on a switch.
sanil · 2026-06-23 · via Hacker News: 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