Getman
30-day free trial · no credit card

Getman

Five developer tools.
One offline desktop app.

API client, HTTPS capture, SSH & SCP, network diagnostics, and encoders — built local-first so you stop juggling Postman, Proxyman, Termius, and utility tabs.

Full premium for 30 days — then keep the core API client free forever.

The idea

What you’d otherwise install separately

Getman is the local sum of the tools you already open every day — without five subscriptions or five window stacks.

Postman Proxyman Termius Network tools Encoders
Getman
  • Postman Requests, collections, environments, cURL & codegen
  • Proxyman Local MITM capture, CA, rules, HAR export
  • Termius SSH hosts, multi-tab terminal, SCP / SFTP
  • Network DNS, ping, traceroute, ports, WHOIS, IP tools
  • Encoders Base64, JWT, hashes, JSON, UUID — all offline
Get Desktop App

Download & start free for 30 days

Install the app, then tap Activate Trial inside Getman. You get a full month of premium features — no credit card.

macOS

Supports macOS 11.0 (Big Sur) and newer. One universal DMG for Apple Silicon and Intel.

Windows

Compatible with Windows 10 / 11 (64-bit). Installer (.exe) only.

Inside the workspace

API, capture, SSH — same window

A quick look at the surfaces that replace Postman, Proxyman, and Termius without leaving the desktop app.

GET
Params Headers Authorization
Key: include_details | Value: true
Key: cache_ttl | Value: 3600
200 OK 14 ms 1.12 KB
{
  "status": "success",
  "user": {
    "id": 1042,
    "name": "Getman Developer",
    "role": "Admin",
    "offline_sync": true
  }
}
Local Intercept and Inspect Traffic (MITM Proxy)
Method URL Status Duration
GET /v1/auth/session 200 8ms
POST /v2/payment/checkout 200 122ms
PUT /v1/user/profile/avatar 400 45ms
DELETE /v1/items/842 200 19ms

All intercepted traffic is decrypted and displayed locally, never leaving your device. Fully sandboxed security.

SSH hosts · multi-tab terminal · SCP / SFTP
user@prod-api:~$ ssh deploy@10.0.4.12
Connected. OpenSSH_9.6
deploy@10.0.4.12:~$ ls releases/
getman-api-1.4.2  getman-api-1.4.3
deploy@10.0.4.12:~$ scp ./config.env deploy@10.0.4.12:/etc/getman/
config.env                                  100%  412   1.2MB/s
Export requests as ready snippets
import 'package:dio/dio.dart';

final dio = Dio();
final response = await dio.get(
  'https://api.get-man.app/v1/users/me',
  queryParameters: {'include_details': 'true'},
  options: Options(
    headers: {'X-Client-Type': 'GetmanClient'},
  ),
);
print(response.data);
Capabilities

Five pillars. One local stack.

Each pillar maps to a familiar tool — together they stay offline, fast, and on your machine.

Postman

API client

Build HTTP requests, manage collections and environments, import Postman / HAR / Proxyman, and export cURL, Dart, JavaScript, or Python.

Proxyman

HTTPS capture

Local MITM proxy with CA install, rewrite rules, and decrypt-on-device inspection — traffic never leaves your machine for analysis.

Termius

SSH & SCP

Saved hosts, multi-tab terminal, tunnels, and file transfer over SCP / SFTP — jump to servers without opening another SSH client.

Network tools

Network diagnostics

DNS lookup, ping, traceroute, port checks, WHOIS, and IP utilities — next to the request you’re already debugging.

Encoders

Encode · decode · hash

Base64, JWT, URL encode/decode, JSON helpers, UUID, and hashes (MD5, SHA) — instant and fully offline.

Simple onboarding

Activate in three steps

1

Open License in the app

In Getman go to Settings → License and start trial or open the activation link.

2

Pick a plan & pay

Your device fingerprint is detected automatically. Choose monthly, professional, lifetime — or stay on trial.

3

License lands in the client

We email a signed license file and refresh the desktop app. Keep the file for reinstall / Import.

Activation Portal

License Issue & Checkout Portal

The activation flow integrates directly with your local Getman desktop application for a seamless developer handoff.

Activation must be initiated from the Getman Client app

To securely issue and link a cryptographic license to your computer, the desktop app must launch the browser and submit your unique hashed device fingerprint. Please complete the following steps:

1 Open the Getman application on your desktop.
2 Navigate to settings or click the License button in the upper header.
3 Click Activate Trial or Buy License. This will open this page with the secure device handoff query.
4 Once activation completes, you will be auto-redirected back to Getman with your license active.
Flexible Plans

Start free, upgrade when ready

Try every premium feature free for 30 days. After the trial, the core API client stays free — unlock capture, SSH, network tools, and pro utilities with a plan.

Download for Free
$0
30-day full trial

One free month of premium GetMan — API, capture, SSH, network tools, and encoders. Activate from the desktop app. No credit card.

  • 30 days of full premium access
  • MITM capture, SSH, SCP & network tools
  • No credit card required
  • Core tools stay free after trial
Download for Free
Monthly
$12.99
30 days

Flexible month-to-month access to every premium GetMan feature. Ideal if you want Pro power without an annual commitment — renew only when you need it.

  • Full premium GetMan toolkit for 30 days
  • Unlimited local HTTP/HTTPS traffic capture & proxy
  • Code snippet exporters (cURL, Dart, JS, Python, Go)
  • Network diagnostic utilities (ping, DNS, traceroute, speed)
  • SSH terminal & SCP file transfer
  • 1 device fingerprint binding
  • Email support during the subscription period
  • Renew anytime — no long-term commitment
Choose Monthly
Professional
$99.0
365 days

Full-year Professional license for developers and freelancers who rely on GetMan daily. One payment covers twelve months of premium local tooling and updates.

  • All premium features for 365 days
  • Unlimited local HTTP/HTTPS traffic capture & proxy
  • Code snippet exporters to 5 languages
  • Full network diagnostic utility suite
  • SSH terminal & SCP file transfer
  • 1 device fingerprint binding
  • Standard email developer support
  • Better value than month-to-month billing
Choose Professional
FAQ

Frequently asked questions

That’s the product idea: an API client, local HTTPS capture, SSH/SCP, network diagnostics, and encoders in one offline desktop app — so you stop switching between five tools. It is not a cloud clone of each brand; it is a local-first stack that covers the same daily jobs.

Most API clients push environments, secrets, and history to the cloud. Getman keeps request data and SQLite storage on your machine so private infra stays private — and the UI stays fast.

Licenses are verified with a local digital signature. After issue (and optional email of the .getman-license file), the desktop app validates offline — no mandatory phone-home.

For 30 days you get the full premium stack (capture, SSH, network tools, encoders, and more). After that, core API request building stays free; premium modules unlock again with a monthly, professional, or lifetime plan.

Licenses are bound to a hardware fingerprint. Contact support with the checkout email to rebind. Keep your signed license file for Import after reinstall on the same device.