Utilities
Tailscale
exampleAre you the maker of tailscale.com?
This entry was authored as example data, not by the maintainer. Submit a verified manifest from your domain and it replaces this one — same URL, stars carry over.
A zero-config mesh VPN built on WireGuard that connects all your devices, no matter where they are, into a single private network.

What you get
Open source
Anyone can read, modify, and redistribute the code.
Free version available
There's a meaningful free version you can use indefinitely without paying.
Talks directly between your devices
Your devices sync directly with each other rather than through a company's server.
End-to-end encrypted
Your content is locked with a key only you have — even the company can't read it.
Has a developer API
Other software can integrate with it through a documented public interface.
Has a command-line tool
Comes with an official command-line interface for scripting and power users.
Technical detailsexpand
brew:--cask tailscaleapt:tailscaleflathub:com.tailscale.TailscaleNo maintainer declared.
View manifest (JSON-LD)expand
{
"@context": "https://vibehunt.tech/v1",
"@type": "Capability",
"id": "cap:example:tailscale",
"software": {
"name": "Tailscale",
"category": "utilities",
"homepage": "https://tailscale.com",
"source": "https://github.com/tailscale/tailscale",
"license": "BSD-3-Clause",
"packageRefs": [
"brew:--cask tailscale",
"apt:tailscale",
"flathub:com.tailscale.Tailscale"
],
"description": "A zero-config mesh VPN built on WireGuard that connects all your devices, no matter where they are, into a single private network."
},
"solves": [
{
"intent": "Connect your laptop, phone, server, and home machine into one private network without port-forwarding or running a VPN server yourself.",
"constraintsSatisfied": [
"core:open-source",
"core:free-tier",
"core:peer-to-peer",
"core:end-to-end-encrypted",
"core:has-api",
"core:cli-available"
],
"scale": [
"single-user",
"team",
"org"
]
}
],
"maturity": "stable",
"source": "example"
}