https://github.com/eranif/codelite
A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://github.com/eranif/codelite
cross-platform linux macos windows
Last synced: about 1 month ago
JSON representation
A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
- Host: GitHub
- URL: https://github.com/eranif/codelite
- Owner: eranif
- License: gpl-2.0
- Created: 2014-01-20T09:42:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-11-27T16:03:00.000Z (about 2 months ago)
- Last Synced: 2025-11-30T08:46:04.485Z (about 2 months ago)
- Topics: cross-platform, linux, macos, windows
- Language: C++
- Homepage: https://codelite.org
- Size: 598 MB
- Stars: 2,319
- Watchers: 113
- Forks: 480
- Open Issues: 216
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
## Build Status



[](https://gitter.im/eranif/codelite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
---
# What is CodeLite?
CodeLite is a **free, open‑source, cross‑platform IDE** focused on C, C++, Rust, Python, Node.js, and PHP development. It runs natively on the three major desktop operating systems—**Windows, macOS, and Linux**—and delivers a consistent, productive experience across them all.
You can grab the latest pre‑built binaries for your platform on our **[download page][download]**.
Additional resources
- **[Official website][website]**
- **[Documentation][docs]**
---
# Building & Installation
If you prefer to compile CodeLite from source, detailed guides are available for each supported platform:
- **[Windows][build-windows]**
- **[Linux][build-linux]**
- **[macOS][build-macos]**
---
### Quick Links
| Link | Description |
|------|-------------|
| **[website]** | Home page of CodeLite |
| **[download]** | Pre‑built binaries & installers |
| **[docs]** | Full documentation, tutorials, and API reference |
| **[build-windows]** | Build from source on Windows |
| **[build-linux]** | Build from source on Linux |
| **[build-macos]** | Build from source on macOS |
---
[website]: https://codelite.org
[download]: https://codelite.org/support.php
[docs]: https://docs.codelite.org/
[build-windows]: https://docs.codelite.org/build/build_from_sources/#windows
[build-linux]: https://docs.codelite.org/build/build_from_sources/#linux
[build-macos]: https://docs.codelite.org/build/build_from_sources/#macos