Skip to content

App Guidelines

Nathanael Asher edited this page Apr 2, 2025 · 2 revisions

Creating apps

If you would like to create an app for microOS, there are a few guidelines your app should follow. Until we get some sort of app security going, your app needs to not do the following:

  1. Your app should not directly access the hardware
  2. Any system variables should not be modified or if they must be, they must be returned to the original state
  3. The app needs to not have absolute positioning. It must (in some way) scale depending on the screen size. There are the system vars width and height to find out the screen size.

Some of these may be ignored if your app first requests permission to do it.

Once your app is ready, you may start a pull request to microOS-apps

Clone this wiki locally