Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maruos/maruos
Your phone is your PC.
https://github.com/maruos/maruos
android containers linux maru os phone virtualization
Last synced: 5 days ago
JSON representation
Your phone is your PC.
- Host: GitHub
- URL: https://github.com/maruos/maruos
- Owner: maruos
- License: apache-2.0
- Created: 2016-05-19T23:47:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T00:35:07.000Z (15 days ago)
- Last Synced: 2025-01-09T13:21:55.925Z (12 days ago)
- Topics: android, containers, linux, maru, os, phone, virtualization
- Homepage: https://maruos.com
- Size: 1.84 MB
- Stars: 1,994
- Watchers: 91
- Forks: 122
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Maru OS
[![Join the chat at https://gitter.im/maruos/maruos](https://badges.gitter.im/maruos/maruos.svg)](https://gitter.im/maruos/maruos)
Welcome to the Maru OS Project!
[Maru](https://maruos.com) makes personal computing more context-aware by giving you the best interface for your environment. That means when you're on the go, Maru is your phone; when you're at your desk, Maru is your desktop. It's that simple!
To be more precise, Maru is an operating system that enables interactive virtual environments on Android. It's based on the Android Open Source Project and focuses on mobile hardware. It uses lightweight OS virtualization (containers) to spin up virtual systems on demand, and provides a bridge into Android's I/O framework for interactivity.
## Structure
Maru is a fairly large project with code split across several repositories. You can browse through them [here](https://github.com/maruos).
## Getting involved
### Engage with the community
* [User Group](https://groups.google.com/forum/#!forum/maru-os) for general user discussion
* [Developer Group](https://groups.google.com/forum/#!forum/maru-os-dev) for technical discussion
* [Twitter](https://twitter.com/getmaru) for the latest news on Maru### Report bugs and feature requests
File them as issues on this repository.
### Build and run documentation site locally
```shell
export NODE_OPTIONS=--openssl-legacy-provider
cd docs
npm install
npm run build
npm run dev
```After that, we can visit http://localhost:8080/docs to verify documentation sites.
### Contribute
Check out the [wiki](https://github.com/maruos/maruos/wiki) to get started.
## Thanks
Maru wouldn't have been possible without the hard work from a lot of people in the open source community. Special thanks to:
* [AOSP](https://source.android.com)
* [Debian GNU/Linux](https://www.debian.org)
* [LXC](https://linuxcontainers.org)## License
Most of the code is licensed under the Apache License, Version 2.0. See each
repository's licensing information for details and exceptions.