https://github.com/codepointerapp/codepointer
CodePointer is an IDE for Rust, Go, C++ Python and more
https://github.com/codepointerapp/codepointer
cpp editor ide qt6
Last synced: 23 days ago
JSON representation
CodePointer is an IDE for Rust, Go, C++ Python and more
- Host: GitHub
- URL: https://github.com/codepointerapp/codepointer
- Owner: codepointerapp
- License: gpl-2.0
- Created: 2019-02-01T20:10:42.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T16:36:08.000Z (28 days ago)
- Last Synced: 2026-02-28T19:51:28.636Z (27 days ago)
- Topics: cpp, editor, ide, qt6
- Language: C++
- Homepage: https://github.com/codepointerapp/codepointer
- Size: 5.42 MB
- Stars: 50
- Watchers: 5
- Forks: 10
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CodePointer - an IDE for Rust, Go, C++ and more






CodePointer is an IDE for Rust, Go, C++ Python and more. Its focus is local development,
not web development. Its currently on early development. There are releases for Windows
(exe installer) and Linux (AppImage).
[](https://github.com/codepointerapp/CodePointer/releases/latest)
[](https://github.com/codepointerapp/CodePointer/releases)

Code mirror is available at https://gitlab.com/codepointer/codepointer
Download mirror is available here: https://dappcdn.com/download/devtools/codepointer
Want to contribue? Look at [hack.md](hack.md) for guideance (TLDR:
clone this repo, and `cmake -B build; cmake --build build`, you will need a C++ compiler
, CMake and Qt installed). Keep commits readable, and rebase against main before
you open a pull-request
Code is released on the 1st of each month (usually a day, or two before), with an
RC/Beta/Alpha releases starting at the 20 of each month (sent to testing channels).
Kanban is avialble at https://github.com/users/codepointerapp/projects/1
Feel free to open new issues, and work on whatever makes you happy.
## Status
Its pretty usable for a text editor. With some restrictions, can be used
as an IDE (you can load projects, build them, and execute tehe main binary from
the UI, but no debug capabilities yet, code completion is not ideal).
* Basic editor working. Supports only UTF8. (need other? [request for it](https://github.com/codepointerapp/codepointer/issues))
* Can load/build projects: CMake, Meson, Go, Cargo
* Preview for XML, JSON, SVG (!), Markdown
* Binary/HEX editor
* Simple image viewer
* Auto update with stable and testing channels
* Command pallete (`contorl+P` - open files, `control+shift+P` commands)
* Auto save (modified files are restored on next app start)
* git integration is WIP
Want to see it in action? Live coding videos here: https://www.youtube.com/playlist?list=PLQeAIMKe60pMtZp3KZTmYoYXySy6UlvD3
## License
Code is GPLv2 or higher. Read each file's as some files have a less-restrictive license.