Don't install v25.15.5, it's a broken version of titan
The Titan CLI command is now titan.
The previous tit command is still supported as a legacy alias.
titan planet

Git Ignore

Prevent sensitive files and generated artifacts from being committed to version control.

.gitignore
# Node
node_modules/
npm-debug.log
yarn-error.log

# Titan build output (auto-generated — DO NOT COMMIT)
server/routes.json
server/action_map.json
server/actions/*.jsbundle
server/titan/*.jsbundle

# Rust build output (auto-generated — DO NOT COMMIT)
server/target/
server/target/**

# Logs
*.log

# System files
.DS_Store
Thumbs.db

# Environment files
.env
.env.local