acode-foundation/acode

Acode - powerful text/code editor for android

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 9th, 2026
Created on October 23rd, 2019
Open Issues & Pull Requests: 87 (-1)
GitHub issues: Enabled
Number of forks: 1,539
Total Stargazers: 6,924 (+1)
Total Subscribers: 182 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.3 hours
Mean response time: 77.0 days
90th percentile: 333.7 days
Tracked items: 189

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "needs info / awaiting response" is answered fastest, typically in about 10 hours, while "bug" waits about 6 days. Only 2% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 6
Closed in 7 days: 3
Avg open age: 18 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 6
Closed in 7 days: 3
Comments in 7 days: 15
Events in 7 days: 69

Top labels

  • enhancement (52)
  • stale (38)
  • needs info / awaiting response (24)
  • bug (22)
  • todo (7)
  • ace editor (4)
  • question (4)
  • duplicate (2)

Detailed Description

Acode is a code editor for Android that enables developers to write, edit, and preview code on mobile devices.

The tool addresses the need for productive coding on Android by providing a full-featured editor with support for multiple programming languages including HTML, CSS, JavaScript, Python, and Java. It includes built-in features such as a JavaScript console, S/FTP and SSH terminal integration, an Alpine-based terminal, and the ability to instantly preview websites in a browser. The editor supports a plugin system that allows the community to extend its capabilities, and it handles multi-language interface support through a straightforward contribution mechanism.

Acode suits developers who need to work on code while away from a desktop or laptop, whether for quick edits, website development and testing, or managing remote files via terminal protocols. The tool is distributed through both Google Play and F-Droid, making it accessible across different Android app stores. The project welcomes contributions for new language support and plugin development, with documentation available for those building plugins.

The project maintains an organized structure with core code and language files in the src directory, compiled output in www, and build utilities available. Development follows a contribution process documented in the repository, and the team provides plugin development documentation to support ecosystem growth.