Top C++ Repositories
The most popular C++ repositories on GitHub, ranked by stars, forks, and contributors.
tensorflow / tensorflow
TensorFlow is an end-to-end open source platform for machine learning. It offers a flexible ecosystem of tools, libraries, and community resources for researchers and developers to build and deploy ML applications.
facebook / react-native
React Native is a framework for building native mobile apps using React and JavaScript. It enables developers to create cross-platform applications for iOS and Android with native performance and full access to platform APIs.
electron / electron
Electron is a framework for building cross-platform desktop applications using JavaScript, HTML, and CSS. Based on Node.js and Chromium, it powers apps like Visual Studio Code, Slack, and Discord.
godotengine / godot
Godot Engine is a free, open-source, cross-platform game engine for creating 2D and 3D games. It offers a unified interface, comprehensive tools, and supports exporting to desktop, mobile, web, and consoles under the MIT license.
microsoft / terminal
The new Windows Terminal and the original Windows console host. A modern, feature-rich terminal application for command-line users with tabs, Unicode/emoji support, GPU acceleration, and deep customization.
ggml-org / llama.cpp
LLM inference in C/C++. Enables state-of-the-art large language model inference with minimal setup on a wide range of hardware, featuring Apple Silicon optimization, quantization support, and GPU acceleration via CUDA, Vulkan, and more.
bitcoin / bitcoin
Bitcoin Core is the official Bitcoin client that connects to the peer-to-peer network to download and fully validate blocks and transactions. It includes a wallet and optional GUI.
opencv / opencv
OpenCV is an open-source computer vision and machine learning software library. It provides real-time optimized tools for image processing, object detection, video analysis, and AI model execution across multiple platforms and programming languages.
nomic-ai / gpt4all
GPT4All is an open-source ecosystem that enables you to run powerful large language models (LLMs) privately on everyday desktops and laptops. No API calls or GPUs required—just download the app and start chatting with local AI models.
ocornut / imgui
Dear ImGui is a bloat-free C++ graphical user interface library. It outputs optimized vertex buffers for rendering in 3D applications, offering speed, portability, and self-containment with minimal dependencies.
WerWolv / ImHex
🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
x64dbg / x64dbg
An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.