Windows (Git Bash)¶
twig works on Windows inside Git Bash using the Linux amd64 binary. The built-in TUI renders correctly in Git Bash's PTY — no Windows terminal compatibility issues.
Install¶
- Download
twig_linux_amd64from the latest release - Place it in
~/bin(Git Bash adds this toPATHautomatically):
- Verify:
Shell aliases¶
Add to ~/.bashrc:
Reload: source ~/.bashrc
VS Code integration¶
If VS Code is your primary editor with Git Bash as the default terminal, no extra setup is needed. twig works in the integrated terminal identically to a standalone Git Bash window.
Your npm scripts continue to run in Git Bash as normal — twig doesn't affect that setup.
Tip
Keep Git Bash as your VS Code default terminal. The Linux binary works natively there, you get the full TUI experience, and your Node tooling stays unaffected.