Welcome to Thuban Pro

Your license is active. Here's how to get started in 60 seconds.

1

Open your terminal

Mac: Open Spotlight (Cmd+Space), type "Terminal", hit Enter.
Windows: Press Win+R, type "cmd", hit Enter.
Linux: Ctrl+Alt+T

Then navigate to your project folder:

cd /path/to/your/project

Replace /path/to/your/project with your actual project folder. For example: cd C:\Users\me\my-app or cd ~/my-app

2

Scan your codebase

Run your first full health scan. Thuban will analyse every file and give you a health score.

npx thuban scan .
3

See what's wrong

Generate an interactive HTML dashboard you can share with your team or CTO.

npx thuban dashboard .
4

Fix it automatically

Let Thuban fix what it can. Every change is a git commit you can roll back instantly.

npx thuban fix . --fix --commit
5

Protect every future commit

Install the pre-commit gate. Thuban will block hallucinated code before it enters your repo.

npx thuban gate --install

Need help? craig@thuban.dev

Found a bug? Report it on GitHub

All commands: thuban.dev/commands

← Back to thuban.dev