https://github.com/acode-foundation/acode
Acode - powerful text/code editor for android
https://github.com/acode-foundation/acode
android-application code-editor cordova
Last synced: 2 days ago
JSON representation
Acode - powerful text/code editor for android
- Host: GitHub
- URL: https://github.com/acode-foundation/acode
- Owner: Acode-Foundation
- License: mit
- Created: 2019-10-23T20:47:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T16:15:17.000Z (19 days ago)
- Last Synced: 2026-01-22T22:20:03.075Z (19 days ago)
- Topics: android-application, code-editor, cordova
- Language: JavaScript
- Homepage: https://acode.app
- Size: 34.5 MB
- Stars: 4,362
- Watchers: 95
- Forks: 759
- Open Issues: 72
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: license.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Acode - Code Editor for Android
[](https://t.me/foxdebug_acode) [](https://discord.gg/vVxVWYUAWD)
## • Overview
Welcome to Acode Editor - a powerful and versatile code editing tool designed specifically for Android devices. Whether you're working on HTML, CSS, JavaScript, or other programming languages, Acode empowers you to code on-the-go with confidence.
## • Features
- Edit and create websites, and instantly preview them in a browser.
- Seamlessly modify source files for various languages like Python, Java, JavaScript, and more.
- Built-in javascript console
- Enjoy multi-language editing support with easy management tools.
- Enjoy a large collections of community plugins to enhance your coding experience.
## • Installation
You can get Acode Editor from popular platforms:
[
](https://play.google.com/store/apps/details?id=com.foxdebug.acodefree) [
](https://www.f-droid.org/packages/com.foxdebug.acode/)
## • Project Structure
Acode/
|
|- src/ - Core code and language files
|
|- www/ - Public documents, compiled files, and HTML templates
|
|- utils/ - CLI tools for building, string manipulation, and more
## • Multi-language Support
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in [`src/lang/`](https://github.com/Acode-Foundation/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/Acode-Foundation/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands:
```shell
pnpm run lang add
pnpm run lang remove
pnpm run lang search
pnpm run lang update
```
## • Contributing & Building the Application
See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions.
## • Contributors
## • Developing a Plugin for Acode
For comprehensive documentation on creating plugins for Acode Editor, visit the [repository](https://github.com/Acode-Foundation/acode-plugin).
For plugin development information, refer to: [Acode Plugin Documentation](https://docs.acode.app/)
## Star History