Skip to content
@hostatlas-labs

HostAtlas Labs

Small, sharp open-source dev tools from the HostAtlas team. Free, no signup, no telemetry.

HostAtlas Labs

Small, sharp open-source dev tools from the HostAtlas team. Free, no signup, no telemetry.

These are the helpers we built for ourselves while running HostAtlas and decided were too useful to keep internal. Single binaries. Sensible defaults. MIT-licensed.

Tools

A lightweight SSH & login attack alerter daemon. Watches auth.log / journald for brute-force attempts and pings you on Slack, Telegram, Discord, or a webhook before the attacker is in.

Network topology discovery from the inside of a host. No probing, no scanning — just what each host already knows about itself. ASCII for the terminal or interactive single-file HTML.

A prettier docker stats for the terminal. CPU sparklines, Docker-Compose-aware grouping, keyboard sort and filter. The TUI you reach for when you SSH'd in to figure out which container is the problem.

Open port change detector. Scans, diffs, and alerts when a new port opens, a service disappears, or a banner changes. Cron-friendly, multi-channel notifications, JSON-Lines audit trail.


What ties them together

  • Single binary — no daemons, no Python venvs, no config-file dance.
  • MIT licensed — read the source, fork it, ship it.
  • No telemetry, no signup, no calls home — what runs on your machine stays on your machine.
  • Self-update<tool> --update pulls the latest signed release.
  • Cron / systemd-timer friendly — built for sysadmins who already know what they want.

Install

One command, any tool:

curl -fsSL https://tools.hostatlas.app/install.sh | sh -s <tool>

Replace <tool> with sentinel, atlasmap, dockertop, or portwatch. The installer detects your OS + architecture, downloads the right binary, verifies the SHA-256 checksum, and installs to /usr/local/bin.

Options:

  • --user — install to $HOME/.local/bin (no sudo required)
  • --version=X.Y.Z — pin a specific release
  • --dir=<path> — custom install directory

Homebrew (macOS, Linuxbrew):

brew install hostatlas-labs/tap/<tool>

Direct downloads:

  • Aggregated index: tools.hostatlas.app/tools.json
  • Per-tool manifest: https://tools.hostatlas.app/<tool>/latest.json
  • Versioned binaries: https://tools.hostatlas.app/<tool>/<version>/<file>

What's the catch?

No catch. These are tools we use ourselves on the fleet that runs HostAtlas and the rest of the Akyros family. Open-sourcing them gives back to the community and helps people find their way to HostAtlas — the SaaS platform where we put everything we learn from running infrastructure professionally.

If you outgrow these tools (continuous monitoring across a fleet, alert correlation, recipe-based remediation), HostAtlas is the next step. If you don't, these tools are yours forever.

Contact

  • Bug reports → issues on the individual repo
  • Pull requests → welcome; please open an issue first
  • Anything else → hello@hostatlas.app

HostAtlas Labs is operated by HostAtlas Technologies LLC, an Akyros Labs brand.
www.hostatlas.app · hello@hostatlas.app

Popular repositories Loading

  1. .github .github Public

    Shell

  2. sentinel sentinel Public

    Lightweight SSH & login attack alerter daemon — real-time alerts via Slack/Telegram/Discord/webhook

    Go

  3. atlasmap atlasmap Public

    Network topology discovery from the inside of a host — local-only, ASCII + interactive HTML

    Go

  4. dockertop dockertop Public

    A prettier docker stats for the terminal — CPU sparklines, Compose-aware grouping

    Go

  5. portwatch portwatch Public

    Open port change detector — stateful diff, multi-channel alerts, cron-friendly

    Go

  6. homebrew-tap homebrew-tap Public

    Homebrew tap for HostAtlas Labs tools — install with: brew install hostatlas-labs/tap/<tool>

    Ruby

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…