Download the latest portable version from the Releases section.
No installation needed — just download and run!
CORE-C is a completely portable, real-time C compiler and execution tool built with Python and embedded GCC (WinLibs). It allows users to compile and run C programs dynamically, with full real-time interaction support.
- Fully portable — no installation or environment setup required
- Embedded GCC toolchain (x86_64, POSIX, SEH, UCRT)
- Real-time
printf
/scanf
interaction in cmd - Simple file editor and runner in one interface
- Windows support (64-bit)
- Download the
Core-C.exe
from the Releases. - Run
.exe
file. - Type your C code in the editor window.
- Click Run to compile and execute.
- The output will appear in the real-time console.
- Windows 10/11 (64-bit)
- No external dependencies — all required tools are bundled
This project uses:
- GCC 15.1.0 (MinGW-w64 UCRT, POSIX, SEH) from WinLibs.com
- Python 3.13 with
tkinter
for GUI
All licenses for GCC and associated tools are included in the ATTRIBUTION.txt
.
This project is open-source.