Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Pdrewicz/AOF-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Install:
 wget run https://aof-os.pdrewicz.site/os/client/start.lua

Creating apps:
 apps are saved in /programs/[name]/
 use 'require("/basalt")' for shared ui library
 for stuff only meant to happen when app is used through AOF-OS check for arg[1] == "aof-os"

 editable properties:  {
  "name": "musicPlayer",
  "displayName": "Music player",
  "url": "http://aof-os.pdrewicz.site/musicplayer/client/startUI.lua", //Installer url
  "bg": "b", //Background
  "fg": "f", //Foreground
  "icon": 14,
  "iconColor": "1",
  "borderColor": "f"
 }

 icons:

image

 colors:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages