랭킹으로 돌아가기
Building a full-fledged code editor for iPad
swiftuimonaco-editorios
주요 지표
스타 성장
스타
3.9k
포크
350
주간 성장
—
이슈
584
1k2k3k
2023년 1월2023년 8월2024년 3월2024년 10월2025년 5월2025년 12월2026년 7월
README
Code App
Bringing desktop-like editing experience to iPad, available on App Store and TestFlight.

About the repository
This repository contains the source code of the app. We also work on issues, listen to your feedback and publish our development plan here.
Documentation
The Plan
Use VS Code as a design template while providing key functionalities with monaco-editor and native code:
- Version Control (Git clone, commits, diff editor, push, pull and gutter indicator) ✅
- Embeded terminal (70+ commands avaliable) ✅
- Local web development environment (Node + PHP) ✅
- Built in Python runtime ✅
- C/C++ Runtime with WebAssembly (with clang) ✅
- Local Java (OpenJDK) ✅
- SSH Support ✅
- LSP support (Python & Java) ✅
Building the project
git clone https://github.com/thebaselab/codeapp./downloadFrameworks.sh- Open Code.xcodeproj
- Switch to CodeUI target if you wish to run the app on a simulator
- Click build
The source code of the built-in languages are hosted on these repositories.
| Language | Repository |
|---|---|
| Python 3.9.2 | cpython |
| Clang 14.0.0 | llvm-project |
| PHP 8.3.2 | php-src |
| Node.js 18.19.0 | nodejs-mobile |
| OpenJDK 8 | android-openjdk-build-multiarch |
관련 저장소