Dev tools designed to give youtime back

Free, native macOS dev tools — an AWS client UI, a DynamoDB GUI, a Charles Proxy alternative, an SSH tunnel manager, a Mac power monitor, and a Mermaid IntelliJ plugin. Built in Rust, no Electron, no subscription.

☁️Next big release · CloudOrbit

AWS sessions, accounts, and EKS — without the terminal

CloudOrbit is the AWS session manager you wish Leapp was. Switch SSO accounts, auto-update kubeconfig, detect EKS clusters from your active session, and work behind Cloudflare Zero Trust without ever opening a config file. Native Rust, no Electron.

Launching Monday July 27, 2026
CloudOrbit preview
🚀 Many tools shipping soon — free, native Rust, built for developers

Tools that save time so you can focus on what matters

Each product solves a real pain. Less friction, more shipping.

Live
WattsOrbit

WattsOrbit

· SlothLabs ·

Real-time Mac power monitor. Watts in, watts out, per-device USB draw, cable quality alerts, and smart battery notifications — all from the menu bar.

macOSBatteryUSB power
Download →
July 27, 2026
CloudOrbit

CloudOrbit

· SlothLabs ·

AWS session manager with a UI. Switch accounts, manage sessions, detect EKS clusters — no terminal needed. Works behind Cloudflare. GCP and Azure coming soon.

AWSEKSkubeconfig
Learn more →
July 27, 2026
DataOrbit

DataOrbit

· SlothLabs ·

The DynamoDB & CouchDB client you wished existed. Query with real filters, stream live changes, cross-join tables for debugging, and save every query automatically.

DynamoDBCouchDBLive stream
Learn more →
August 31, 2026
klight

klight

· SlothLabs ·

Full-stack Kubernetes environments for every developer in two commands. No K8s knowledge required. Local, team sync, or remote cluster — each dev gets their own isolated namespace.

KubernetesDevExMicroservices
Learn more →
September 21, 2026
ProxyOrbit

ProxyOrbit

· SlothLabs ·

Local HTTP/HTTPS proxy inspector. Capture every API call, filter by method and status, set as system proxy — free forever, no Charles subscription required.

HTTPHTTPSProxy inspector
Learn more →
October 12, 2026
BastionOrbit

BastionOrbit

· SlothLabs ·

SSH tunnel manager for teams. One click to forward a database or service through a bastion host — with auto-expiry TTL so you never leave a port open by accident.

SSHTunnelsBastion
Learn more →
November 2, 2026

container-orbit

· SlothLabs ·

Delegate Docker to a beefier machine on your LAN over SSH. Heavy builds and containers run there; published ports come straight back to your localhost, automatically. One command per side.

DockerSSHRemote builds
Learn more →
Latest from SlothLabs

News & updates

All news →
LAUNCH

CloudOrbit launches Monday July 27, 2026

CloudOrbit is now available — the AWS session manager you wish Leapp was. AWS SSO — switch accounts without touching

Download CloudOrbit
LAUNCH

DataOrbit launches Monday July 27, 2026

DataOrbit is the DynamoDB GUI the AWS console never was. Browse — grid + JSON views, row detail panel, schema inspect

Download DataOrbit
UPDATE

Mermaid Preview v0.1.2

Bug fixes and stability improvements for JCEF panel Better handling of malformed mermaid blocks (no more frozen preview)

Download v0.1.2
Under the hood

Built the way software should be built.

Every Orbit app is a native Rust binary with a Tauri UI. Here's what that means for you as a developer.

Native binary. Zero runtime.

No Node.js. No V8. No JVM. Rust compiles directly to machine code — the binary runs the same way the OS itself does. Nothing between your CPU and our logic.

$ du -sh WattsOrbit.app
3.4M    WattsOrbit.app
🔬

Direct kernel APIs.

We call IOKit, SMC, libproc, and the macOS power subsystem directly — the same interfaces Apple uses internally. No wrappers, no polling hacks, no /proc file scraping.

IOServiceGetMatchingService(
  kIOMasterPortDefault,
  IOServiceMatching(
    "AppleSmartBattery"
  )
)
🧠

Memory safe. GC free.

Rust's ownership model eliminates data races and memory leaks at compile time — without a garbage collector. No GC pauses. No heap fragmentation. No undefined behavior.

// 8 MB at rest.
// Electron charges 200 MB
// for hello world.
📦

Tauri v2, not Electron.

Tauri uses the OS's native WebView — WKWebView on macOS. One renderer, no bundled Chromium. The result: a 3–5 MB installer and a UI that feels native because it is.

// Electron: ~160 MB
// Tauri:    ~4 MB
// Same React UI, 40× smaller.
🔒

Auditable by design.

Every repo is MIT-licensed and fully open source. Read the Rust backend, the TypeScript UI, the CI pipeline. If something looks wrong, open an issue or a PR.

github.com/slothlabsorg
# All source. All the time.
🌐

One codebase. Every OS.

Tauri's Rust core runs on macOS, Linux, and Windows from the same source tree. macOS ships first because that's where we work. The rest follow without rewrites.

cargo build --target
  aarch64-apple-darwin
  x86_64-pc-windows-msvc
  x86_64-unknown-linux-gnu

Rust + Tauri v2 · MIT license · No analytics · No telemetry · No subscription

Keep SlothLabs alive

These tools run on coffee and your support

Every app here is built on nights and weekends — no VC money, no ads, no tracking. The servers cost money. The time isn't free. A small contribution keeps the infrastructure running, the sloth caffeinated, and the roadmap alive. Without it, projects like this quietly go dark.

You've already saved more time than it costs. Help keep it going.

Sponsor on GitHub