An open API service indexing awesome lists of open source software.

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++

Awesome Lists containing this project

README

          

## Build Status

![macOS Build Status](https://github.com/eranif/codelite/actions/workflows/macos.yml/badge.svg)
![Linux Build Status](https://github.com/eranif/codelite/actions/workflows/ubuntu.yml/badge.svg)
![MSYS2 Build Status](https://github.com/eranif/codelite/actions/workflows/msys2.yml/badge.svg)

[![Join the chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](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