Skip to content

hworr93/klyx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

761 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Klyx

CI License

badge

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.

Alpha Software – Klyx is under active development. APIs may change between releases.

Key Features

  • High Performance: Built with a native-first approach for smooth editing of large files.
  • LSP Support: Intelligent code completion, diagnostics, and formatting via Language Server Protocol.
  • Terminal Integration: Built-in terminal environment based on Ubuntu.
  • Multi-root Workspaces: Manage multiple projects and folders simultaneously.
  • Modern UI: Material You dynamic color schemes and an intuitive command palette.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3
Screenshot 4 Screenshot 5 Screenshot 6
Screenshot 7 Screenshot 8 Screenshot 9

System Requirements

  • 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

Getting Started

  1. Install Klyx from the releases page
  2. Grant Storage Permission when prompted
  3. Open a Project using the file browser
  4. Start Coding
  5. Access Terminal for command-line operations
  6. Install Extensions to add more language support

Contributing

We welcome contributions! If you're interested in helping improve Klyx, please check out our Contributing Guidelines and Code of Conduct.

Development Setup

git clone --recurse-submodules https://github.com/klyx-dev/klyx.git
cd klyx
./gradlew assembleRelease

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

Acknowledgments

About

Klyx is a lightweight, high-performance code editor for Android.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 98.9%
  • Java 0.4%
  • Shell 0.3%
  • C 0.3%
  • CMake 0.1%
  • C++ 0.0%