curl -fsSL https://tachyon.so/install.sh | bashRequires Python 3.11+. The script installs pipx if needed.
tachyon login --invite-code Ow1B924dSGCUrVwWlnoZPwThis opens GitHub for authentication. After authorizing, you'll be prompted to install the Tachyon GitHub App on your repositories.
This will run the scan in a background process. It will store state in ~/.tachyon. You can see logs in ~/.tachyon/scans/<id>/daemon.log.
tachyon scan https://github.com/your-org/your-repoAdd --follow to stream logs in real-time. Note: Ctrl+C in this mode will stop the scan.
tachyon scan https://github.com/your-org/your-repo --followtachyon status <scan-id>tachyon --help # See all commands
tachyon doctor # Check system readiness
tachyon tail <scan-id> # Stream scan events liveScan info and results are cached in ~/.tachyon/. You can browse past and current scans and their outputs there.