Plain-English summary: The Corpify installer sets up a few well-known, free developer tools on your computer (Git, Node.js, VS Code, Claude Code) and downloads the Corpify content into a folder in your home directory. It shows you this list and asks you to type agree before anything is installed. It does not install hidden software, run background services, or collect telemetry. You can remove everything at any time.
Corpify is installed by running a single command that you copy from your purchase email or from corpify.tech:
irm https://corpify.tech/install.ps1 | iex (run in PowerShell)curl -fsSL https://corpify.tech/install.sh | bashThis command downloads our open installer script from our public GitHub repository (github.com/CorpifyAI/corpify-install) and runs it on your machine. The installer is open and auditable — you may read every line before running it.
Before performing any action, the installer displays a consent screen listing exactly what it will do and requires you to type agree. If you type anything else, it exits and nothing is changed on your computer.
If — and only if — these programs are not already present, the installer installs them using the official package managers built into your operating system (winget on Windows, Homebrew/system tools on macOS, and the npm registry). Each program is downloaded from its own official vendor and installed under that vendor's own license agreement, which the package manager accepts on your behalf when you proceed.
| Software | Why it's needed | License |
|---|---|---|
| Git | Downloads and updates Corpify content | GPL-2.0 |
| Node.js (LTS) | Runs the Claude Code CLI | MIT |
| Visual Studio Code | The editor / workspace you use Corpify in | MIT |
| Claude Code CLI (Anthropic) | The AI agent runtime | Anthropic Terms of Service |
| Claude Code VS Code extension (Anthropic) | Chat panel inside VS Code | Anthropic Terms of Service |
| Whispering by EpicenterHQ (Pro tier only) | Hold-to-talk voice dictation | MIT |
Full license texts and source links are listed in the THIRD-PARTY-NOTICES file, which is also placed in your ~/corpify/ folder. These programs are the property of their respective owners; Corpify is not affiliated with, and does not warrant, third-party software. Your use of each is governed by its own license.
The installer downloads approximately 5 MB of Corpify content — AI agent definitions, documentation, and workflow commands — into a folder named corpify in your home directory (~/corpify/). This is the product you purchased.
To activate and remember your license, the installer creates the file ~/.corpify/license.json on your own computer. It contains:
This file stays on your computer. The only time this information leaves your device is when the installer contacts LemonSqueezy (our payment processor and Merchant of Record) to validate that your license key is genuine. See our Privacy Policy for how data is handled.
Corpify's AI agents run through Claude Code using your own Anthropic (Claude) subscription or API key. Corpify does not provide AI compute and does not receive your prompts or AI outputs. Your use of Claude is governed by Anthropic's terms. See our AI Disclaimer.
You can fully remove Corpify at any time:
~/corpify/ and ~/.corpify/.By typing agree at the installer's consent screen, you acknowledge that you have read this notice and authorize the installer to perform the actions described above on your computer. If you do not agree, do not proceed with installation; you may request a refund under our Refund Policy.
Email: support@corpify.tech — subject line "Installation Question".