Klyx is a lightweight, high-performance code editor built for Android. It provides a seamless coding experience on mobile devices with powerful features similar to desktop code editors like Zed, but optimized specifically for Android.
- Syntax Highlighting
 - Multi-tab Editing
 - File Tree Browser
 - Multiple Font Support
 - Dynamic Color Schemes (Android 12+)
 - Theme Selector
 - Status Bar
 - Project Support
 - Multi-root Workspaces
 - File Type Detection
 - LSP Support
 - Command Palette
 - Keyboard Shortcuts
 - Extension System
 - Built-in Terminal
 - Custom User Sessions
 - Language Server Extensions
 - Find & Replace
 - Undo/Redo
 - Hover Information
 - Go to Definition
 - Document Formatting
 - Git Integration
 
- Android Version: Android 8.0 (API level 26) or higher
 - RAM: Minimum 2GB, recommended 4GB or more
 - Storage: At least 500MB free space for app and extensions
 - Permissions: Storage access for file management
 - Network: Internet connection required for extensions and terminal setup
 
- Install Klyx from the releases page
 - Grant Storage Permission when prompted
 - Open a Project using the file browser
 - Start Coding
 - Access Terminal for command-line operations
 - Install Extensions to add more language support
 
We welcome contributions! If you're interested in helping improve Klyx, please check out our Contributing Guidelines and Code of Conduct.
git clone --recurse-submodules https://github.com/klyx-dev/klyx.git
cd klyx
./gradlew assembleReleaseThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- Report bugs and request features on GitHub Issues
 - Join our Discord community for discussions and support
 
- Sora Editor - Core text editing functionality
 - Eclipse LSP4J - Language Server Protocol implementation
 - Termux - Terminal UI
 - Ubuntu - Terminal environment base
 








