{"id":23135574,"url":"https://github.com/katya-incorporated/acode","last_synced_at":"2025-04-04T08:24:11.608Z","repository":{"id":233401730,"uuid":"758431994","full_name":"Katya-Incorporated/ACode","owner":"Katya-Incorporated","description":"Acode is an extensible and powerful code editor for Katya ® 👽 OS, designed for developers who need efficiency and flexibility. With support for multiple programming languages, syntax highlighting, and customizable features, Acode offers a seamless coding experience. Optimized for performance and security, it empowers users to write, edit, and deb.","archived":false,"fork":false,"pushed_at":"2024-05-26T11:46:34.000Z","size":26442,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-09T19:34:14.833Z","etag":null,"topics":["acode","acode-editor","acode-kotlin","acode-kotlin-language-server","acode-mod","acode-plugin","acode-plugin-react","acode-plugin-template","acodeapp","code","graphene","grapheneos","katya","katyaos","katyasystem"],"latest_commit_sha":null,"homepage":"https://acode.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Katya-Incorporated.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"license.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-16T10:03:44.000Z","updated_at":"2024-12-22T15:04:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccfd9145-e96d-4b3d-b62f-c5da8d376005","html_url":"https://github.com/Katya-Incorporated/ACode","commit_stats":null,"previous_names":["katya-incorporated/acode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katya-Incorporated%2FACode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katya-Incorporated%2FACode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katya-Incorporated%2FACode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Katya-Incorporated%2FACode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Katya-Incorporated","download_url":"https://codeload.github.com/Katya-Incorporated/ACode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247143701,"owners_count":20890995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acode","acode-editor","acode-kotlin","acode-kotlin-language-server","acode-mod","acode-plugin","acode-plugin-react","acode-plugin-template","acodeapp","code","graphene","grapheneos","katya","katyaos","katyasystem"],"created_at":"2024-12-17T12:16:03.544Z","updated_at":"2025-04-04T08:24:11.593Z","avatar_url":"https://github.com/Katya-Incorporated.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Acode Editor - Code Editor for Android\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src='res/logo_1.png' width='250'\u003e\n\u003c/p\u003e\n\n[![](https://img.shields.io/endpoint?label=Acode\u0026style=flat-square\u0026url=https%3A%2F%2Fmogyo.ro%2Fquart-apis%2Ftgmembercount%3Fchat_id%3Dfoxdebug_acode)](https://t.me/foxdebug_acode) [![](https://dcbadge.vercel.app/api/server/vVxVWYUAWD?style=flat)](https://discord.gg/vVxVWYUAWD)\n\n## • Overview\n\nWelcome 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.\n\n## • Features\n\n- Edit and create websites, and instantly preview them in a browser.\n- Seamlessly modify source files for various languages like Python, Java, JavaScript, and more.\n- Access the console to quickly identify errors and logs.\n- Enjoy multi-language editing support with easy management tools.\n\n## • Installation\n\nYou can get Acode Editor from popular platforms:\n\n[\u003cimg src=\"https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png\" alt=\"Get it on Google Play\" height=\"60\"\u003e](https://play.google.com/store/apps/details?id=com.foxdebug.acodefree) [\u003cimg src=\"https://fdroid.gitlab.io/artwork/badge/get-it-on.png\" alt=\"Get it on F-Droid\" height=\"60\"/\u003e](https://www.f-droid.org/packages/com.foxdebug.acode/)\n\n## • Project Structure\n\n\u003cpre\u003e\nAcode/\n|\n|- src/   - Core code and language files\n|\n|- www/   - Public documents, compiled files, and HTML templates\n|\n|- utils/ - CLI tools for building, string manipulation, and more\n\u003c/pre\u003e\n\n## • Multi-language Support\n\nEnhance 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/deadlyjack/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/deadlyjack/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands:\n\n```shell\nyarn lang add\nyarn lang remove\nyarn lang search\nyarn lang update\n```\n\n## • Building the Application\n\nTo build the APK, ensure you have Node.js, NPM, and Apache Cordova installed on your device. Use Cordova CLI to build the application.\n\n1. Initial setup (required only once):\n\n```shell\nyarn setup\n```\n\n2. Build the project:\n\n```shell\nyarn build \u003cplatform (android)\u003e \u003cfree|paid\u003e \u003cp|prod|d|dev\u003e\n```\n\n## • Developing a Plugin for Acode\n\nFor comprehensive documentation on creating plugins for Acode Editor, visit the [repository](https://github.com/deadlyjack/acode-plugin).\n\nFor plugin development information, refer to: [Acode Plugin Documentation](https://acode.app/plugin-docs)\n\n\u003e 💙 Empower your coding journey with the dynamic and efficient Acode Editor. Happy coding on-the-go!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatya-incorporated%2Facode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatya-incorporated%2Facode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatya-incorporated%2Facode/lists"}