Install CwF
CwF can be installed via git subtree (for upstream sync) or file copy (for static/manual upgrades). Both methods are fully supported.
Prerequisites: Git 1.7+, Perl 5.20+, Bash 4+, Claude Code.
Quick Install
GitHub:
curl -fsSL https://raw.githubusercontent.com/CodingWithFiles/coding-with-files/main/scripts/install.bash | bash
GitLab, Gitea, Forgejo, self-hosted:
git archive --remote=<cwf-repo-url> HEAD scripts/install.bash | tar -xO | bash
See INSTALL.md for complete instructions, post-install setup, and troubleshooting.