Files
HostKeeper/v1
swanadiva 7794ca554b chore: move V1 plans to v1/docs/plans/ + create root AGENTS.md
- git mv docs/plans/ (V1 planning docs) into v1/docs/plans/
- Create AGENTS.md as AI session checkpoint for seamless continuation
- Root now clean: only V2-related files remain
2026-07-07 12:01:52 +07:00
..

Hostkeeper V1 — CLI/TUI

Status: FROZEN — no further development. Pembuatan V2 dilakukan di folder ../app/ dan ../mobile/.

Hostkeeper V1 adalah SSH/SFTP management tool berbasis CLI + TUI (Bubble Tea).

Quick Start

cd v1
make build
./hostkeeper tui

Dokumentasi

Tech Stack

  • Go 1.26+
  • Cobra (CLI)
  • Bubble Tea (TUI)
  • golang.org/x/crypto/ssh

Test

cd v1
make test
# 105 tests passing