
Coccinellida is a lightweight macOS application for creating and managing SSH tunnels through a visual interface, eliminating the need to memorise forwarding flags or juggle terminal sessions.
What is Coccinellida?
Coccinellida is a native Mac SSH tunnel manager that lets you define, save, and toggle port-forwarding connections without touching the command line. Think of it as a persistent control panel for all the tunnels you'd otherwise have to script or paste from a notes file every morning.
SSH tunnelling is one of those indispensable developer tricks — forwarding a remote database port to localhost, punching through a bastion host, securely proxying traffic — but the raw ssh -L syntax is forgettable and easy to botch at 8 a.m. Coccinellida stores each tunnel as a named profile so you can spin it up with a click rather than a grep through your shell history.
What does Coccinellida do best?
Coccinellida excels at giving persistent, reusable identities to tunnels that would otherwise live only in your terminal muscle memory. Once you've configured a tunnel profile — host, port mappings, identity file — it sits in the app ready to reconnect on demand.
The interface is deliberately minimal. There's no dashboard bloat, no subscription nag screen, no cloud sync requiring an account. You add a tunnel, name it something human ("staging-db", "prod-redis"), and toggle it on. That's the entire loop. For developers who maintain half a dozen server environments, having those tunnels pre-configured and one-click-launchable is a real quality-of-life gain over keeping a terminal tab open and hoping ssh doesn't silently drop the connection.
Is Coccinellida free?
Yes — Coccinellida is free to download and use. It is an open-source project hosted on SourceForge, so you can inspect the source, fork it, or file issues against the repository.
Being free and open-source means there's no trial limitation or feature paywall. The trade-off is that it's a spare-time project, so the release cadence is unhurried and you shouldn't expect enterprise support. For a utility this focused, that's rarely a problem.
Who should use Coccinellida?
Coccinellida is for Mac developers and sysadmins who live in SSH-tunnelled environments but don't want to maintain a collection of shell aliases or background-process scripts just to keep ports open.
If you routinely forward a remote PostgreSQL port to localhost so your ORM can connect, or you run a VNC session over an SSH hop to a headless box, this app removes the ceremony. It's also useful on shared machines or laptop setups where institutional knowledge ("which flag was that again?") should live in the app, not in someone's head. It's not a fit if you need advanced features like dynamic SOCKS proxying UI, jump-host chains, or key-agent integration — for that depth, SSH Config Editor or a heavier terminal workflow handles things better.
What are the best Coccinellida alternatives?
The closest paid alternative is SSH Tunnel Manager Pro on the Mac App Store, which adds menu-bar status and automatic reconnect. Secure Pipes (now unmaintained) was the go-to for years and still runs on older macOS versions. Termius bundles tunnel management into a full SSH client — ideal if you want terminal + tunnels in one place, but it requires a subscription for sync features.
On the pure-CLI side, wrapping ssh -N -L calls in a launchd plist gives you the most control, but it trades setup time for operational simplicity. Coccinellida occupies the sweet spot between a raw terminal workflow and paying for Termius's full feature surface.
How does Coccinellida compare to SSH Tunnel Manager Pro?
SSH Tunnel Manager Pro wins on polish — menu-bar icon, auto-reconnect on drop, and sandboxed Mac App Store distribution — but it costs money. Coccinellida is free, open-source, and has a no-nonsense UI that many developers find less cluttered. If you need the tunnel to silently recover after a network blip without your attention, the Pro app earns its price. If your tunnels are intentional, session-scoped connections you start and stop deliberately, Coccinellida does the job without the spend.