Getting started
Install
Install tossctl (macOS·Linux·Windows·Homebrew·source)
tossctl is a single binary. macOS, Linux, and Windows are supported.
macOS / Linux (one line)
curl -fsSL https://raw.githubusercontent.com/JungHoonGhae/tossinvest-cli/main/install.sh | shHandles download, checksum verification, and PATH setup automatically.
Windows (PowerShell)
irm https://raw.githubusercontent.com/JungHoonGhae/tossinvest-cli/main/install.ps1 | iexHomebrew
brew install JungHoonGhae/tossinvest-cli/tossctl
# upgrade
brew upgrade tossctlFrom source (Go 1.25+)
go install github.com/JungHoonGhae/tossinvest-cli/cmd/tossctl@latestPrerequisites
auth loginrequires Google Chrome and Python. The one-line installer sets them up automatically; in manual setups,tossctl doctortells you what's missing.
Verify
tossctl version
tossctl doctordoctor checks the binary, Chrome, Python, session, and endpoint health. If something is
off, tossctl doctor --report produces a JSON diagnostic (home paths auto-masked) you can
attach to an issue.