Compy

Download for Windows Only
github.com/Cygnux1/Compy

Download Options

Select what you want to download. All files are for Windows only.

Compy.exe Only Exe + Docs All (Exe + Docs + Src) Source Only
SHA256 (compy.exe):
a8151f67f5433ee5d9d5bcbd5d0e7e7d4565434850057d022695cd67386e3330
(compute with: certutil -hashfile compy.exe SHA256 in cmd)

Version: early / in-development · Built for Windows (x64)
Antivirus may flag unknown small exes — it's normal for hobby tools.

How to Use After Download

  1. Put compy.exe in any folder.
  2. Optional: Add to PATH for easy terminal access:
    1. Press Win + S → "Environment Variables" → "Edit the system environment variables"
    2. Click "Environment Variables…" → Under "System variables" find "Path" → Edit
    3. Add the folder containing compy.exe → OK all dialogs
    4. Open new CMD / PowerShell and run compy.exe
  3. Create your program: hello.cmpy
  4. Run: compy.exe hello.cmpy → creates out.c
  5. Compile: gcc -o hello out.c (MinGW, MSYS2, or WSL required)
  6. Run your program: hello.exe
No gcc yet? Quick options:
• Install MinGW-w64 (simple)
• Use MSYS2 (more complete)
• Use WSL + gcc (if you like Linux tools on Windows)

What's Included

← Back to main page