{"id":13453267,"url":"https://github.com/vladikoff/chromeos-apk","last_synced_at":"2025-05-14T06:12:11.389Z","repository":{"id":20834210,"uuid":"24120252","full_name":"vladikoff/chromeos-apk","owner":"vladikoff","description":"☢️  Run Android Apps in Chrome OS OR Chrome in OS X, Linux and Windows.","archived":false,"fork":false,"pushed_at":"2023-07-13T22:08:18.000Z","size":96,"stargazers_count":7801,"open_issues_count":214,"forks_count":941,"subscribers_count":398,"default_branch":"master","last_synced_at":"2025-04-18T18:35:22.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/vladikoff.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-09-16T22:28:22.000Z","updated_at":"2025-04-17T02:28:46.000Z","dependencies_parsed_at":"2022-08-07T09:16:19.986Z","dependency_job_id":"1e4983f1-042e-4bd7-ad75-d76b1f3477a7","html_url":"https://github.com/vladikoff/chromeos-apk","commit_stats":null,"previous_names":["vladikoff/chromebook-apk-creator"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladikoff%2Fchromeos-apk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladikoff%2Fchromeos-apk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladikoff%2Fchromeos-apk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vladikoff%2Fchromeos-apk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vladikoff","download_url":"https://codeload.github.com/vladikoff/chromeos-apk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254080286,"owners_count":22011363,"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":[],"created_at":"2024-07-31T08:00:37.143Z","updated_at":"2025-05-14T06:12:11.370Z","avatar_url":"https://github.com/vladikoff.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"chromeos-apk\n======================\n\n\u003e Run Android APKs on Chrome OS, OS X, Linux and Windows.\n\n\u003cimg src=\"http://v14d.com/g/chromeapks/1.png\" width=\"250px\" /\u003e\n\u003cimg src=\"http://v14d.com/g/chromeapks/2.png\" width=\"250px\" /\u003e\n\u003cimg src=\"http://v14d.com/g/chromeapks/3.png\" width=\"250px\" /\u003e\n\u003cimg src=\"http://v14d.com/g/chromeapks/4.png\" width=\"250px\" /\u003e\n\u003cimg src=\"http://v14d.com/g/chromeapks/5.png\" width=\"250px\" /\u003e\n\u003cimg src=\"http://v14d.com/g/chromeapks/6.png\" width=\"250px\" /\u003e\n\u003cimg src=\"http://v14d.com/g/chromeapks/7.png\" height=\"160px\" /\u003e\n\n### Now supports OS X, Linux and Windows\n\n\u003cimg src=\"http://v14d.com/g/multiple.png\" width=\"250px\" /\u003e\n\u003cimg src=\"http://v14d.com/g/WinApk.jpg\" width=\"250px\" /\u003e\n\n\u003eSee the [Custom ARChon runtime guide](archon.md) to run apps on other operating systems besides Chrome OS.\n\n\n### [Video Demo](https://www.youtube.com/watch?v=O-yFLqp_sXs)\n\n## Quick Demo for Chrome OS\n- Download an official app, [such as Evernote](https://chrome.google.com/webstore/detail/evernote/dhfolfjkgpeaojbiicgheljefkfbbfkc), from the Chrome Web Store.\n- Then download this open source game: [2048.APK Game](https://github.com/vladikoff/chromeos-apk/releases/download/v1.1.0/com.uberspot.a2048.android-OFFICIAL.zip) by [Uberspot](https://github.com/uberspot/2048-android) and load it as an unpacked extension. Go to chrome://apps and launch it there, ignore warnings.\n\n## Setup for Chrome OS / App Conversion\n\u003e Conversion Tool Tested on OS X, Windows and Ubuntu. You can also [convert APKs manually](manually-convert.md).\n\n- Install [a sample Android app from the Chrome Store](https://chrome.google.com/webstore/detail/kids-sight-words/inpoiemibmljfjmjmlokfdllnkjejhai) to get the runtime. Test out that app, make sure it runs on your hardware.\n- (Ubuntu might need `sudo apt-get install lib32stdc++6`)\n- Install Node.js (via http://nodejs.org/)\n- Install the tool (might need a `sudo` prefix):\n```\nnpm install chromeos-apk -g\n```\nor\n\n```\nsudo npm install chromeos-apk -g\n```\n\n## Usage\n\nRun\n`chromeos-apk [path to apk file]`\n\n### Example phone app\n\n```\nchromeos-apk com.soundcloud.android.apk\n```\n\n#### Example tablet app\n\n```\nchromeos-apk com.soundcloud.android.apk --tablet\n```\n\nThis will generate a directory for you, i.e `com.soundcloud.android`. Copy this directory to your Chromebook.\nOn your Chromebook go to `chrome://extensions`, enable \"Developer mode\", and load the directory using the \"Load unpacked extension\" button.\n\u003cimg src=\"http://v14d.com/g/chromeapks/howto.png\" width=\"500px\" /\u003e\n\n## Troubleshooting\n\nMake sure Android applications are compatible with your Chromebook, first try to install an official application such as Vine:\nhttps://chrome.google.com/webstore/detail/vine/plfjlfohfjjpmmifkbcmalnmcebkklkh\n\nIf you get a `Failed to parse package name in the APK.` error, then you will have to type it the proper package name for the application. You can find out the package name by looking at the URL of the app in the Play Store.\n\n## Note\n\n**Chrome OS:** With Chrome 38+ you can now side load as many applications as you want. If you have older apps that\nwere created using `chromeos-apk` tool then re-convert them or remove the `\"key\"` option from `manifest.json`.\n\n**Windows, Linux and OS X:** To load unlimited number of apps on you need a custom runtime, see the [ARChon runtime guide](archon.md) for details.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Tested Apps\n\nRead [the manifest guide](manifest.md) to tweak applications. Android `Menu` key is accessible using `ctrl` + `ESC`.\n\n- Flipboard, Flixster, Twitter - Works.\n- Pandora - Works [[Screenshot](http://i.imgur.com/0d8XvXr.png)]\n- Yahoo Screens, Weather and Mail work in Phone mode (might need to remove `gcm` from `usePlayServices` in `manifest.json`). \n- Soundcloud - Works, crashes when playing sound.\n- Chrome, Firefox, Opera, Spotify - Crashes (require native libraries).\n- Opera Mini - Works, issues with the back button.\n- [Gyro Game](https://play.google.com/store/apps/details?id=pl.submachine.gyro\u0026hl=en) - Works\n- [Break Bricks Game](https://play.google.com/store/apps/details?id=com.tongwei.blockbreaker) - Works \n- Swing Copters - Crashes on Google Play Services.\n- WhatsApp - Crashes\n- IMDB - Works\n- Skype `com.skype.raider` - Works, requires you to enter the package name manually in the CLI, use `com.skype.raider`. Use an older version of APK 5.0.0.x to get this to work.\n- XBMC - Crash after initial load.\n- Microsoft Remote Desktop - App seems to work properly after crashing once.  \n\n\n### Author\n\n| [![twitter/vladikoff](https://avatars3.githubusercontent.com/u/128755?s=70)](https://twitter.com/vladikoff \"Follow @vladikoff on Twitter\") |\n|---|\n| [@vladikoff](https://twitter.com/vladikoff) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladikoff%2Fchromeos-apk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladikoff%2Fchromeos-apk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladikoff%2Fchromeos-apk/lists"}