Skip to content
Docs

Verify Your Install

Once your container is running, verify the setup before you start real work.

Terminal window
check-setup

This validates the core CodeForge installation: tools, runtime config, and alias deployment.

Terminal window
cc-tools

Use this to confirm what is actually available in your container and which components are enabled or disabled.

You should be able to confirm these categories quickly:

CategoryExamples
Session commandscc, claude, ccw, ccraw
Core languagespython, node, bun
Code intelligencesg, tree-sitter
Utilitiesgit, gh, docker, jq, tmux

Some items are optional or disabled by default. Use What’s Included for the canonical inventory and status definitions.

Check these common cases first:

  1. Open a new terminal so aliases reload.
  2. Re-run check-setup.
  3. Confirm the missing tool is not disabled by default.
  4. Rebuild the container if feature installation failed.

If the problem persists, go to Troubleshooting.

When verification passes, continue to Start Your First Session.