{"id":13994771,"url":"https://github.com/HUSKI3/IgniteOS","last_synced_at":"2025-07-22T20:31:02.032Z","repository":{"id":105999378,"uuid":"231105563","full_name":"HUSKI3/IgniteOS","owner":"HUSKI3","description":"An Operating System for Chromebooks and Micro boards | Current version: Sparky/Phoenix 0.1.2-eo","archived":false,"fork":false,"pushed_at":"2021-06-04T22:12:07.000Z","size":236,"stargazers_count":42,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-10T14:17:01.779Z","etag":null,"topics":["chromebooks","linux","micro-board","operating-system","os"],"latest_commit_sha":null,"homepage":"https://github.com/HUSKI3/IgniteOS","language":"Shell","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/HUSKI3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"custom":"https://paypal.me/HuskieLunar"}},"created_at":"2019-12-31T14:49:07.000Z","updated_at":"2023-07-07T19:03:49.000Z","dependencies_parsed_at":"2024-01-18T05:15:38.619Z","dependency_job_id":"fea9f8ac-a7ee-4aa9-8bf5-5bca789a4788","html_url":"https://github.com/HUSKI3/IgniteOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HUSKI3%2FIgniteOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HUSKI3%2FIgniteOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HUSKI3%2FIgniteOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HUSKI3%2FIgniteOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HUSKI3","download_url":"https://codeload.github.com/HUSKI3/IgniteOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227166907,"owners_count":17741008,"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":["chromebooks","linux","micro-board","operating-system","os"],"created_at":"2024-08-09T14:03:05.847Z","updated_at":"2024-11-29T16:31:53.732Z","avatar_url":"https://github.com/HUSKI3.png","language":"Shell","funding_links":["https://paypal.me/HuskieLunar"],"categories":["Shell"],"sub_categories":[],"readme":"# IgniteOS | Current version: 0.1.3 (Preparing for a package manager, git support in the works)\n\n|Dev Log|\nWorking on:\nWayland, Openbox, git (16/02/21)\n\n|Dev Log|\nStale due to college (25/04/21)\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/HUSKI3/IgniteOS/)\n\n  - Download (All versions are seperated into different folders): https://www.dropbox.com/sh/8ucffn5466o29tl/AABBKAD_M5iVMfKzqzG6XK97a?dl=0\n  - Donate (\u003cb\u003ePlease consider donating! Your donations will increase the speed of the projects development!\u003c/b\u003e): https://paypal.me/HuskieLunar\n  - News https://github.com/HUSKI3/IgniteOS/wiki/News\n  - Testing https://github.com/HUSKI3/IgniteOS/wiki/Testing\n\n\nIgnite Os is a simple linux OS focused on productivity and git tools, optimized with all drivers to run on Chromebooks, Netbooks and micro boards. (Name was changed from FireOS due to Amazons Android based OS)\n  - Fast and optimized Push and Pull  \n  - Full C library for adding custom components\n  - Fully customizable\n  - Runs Live and does not affect main drives\n  \n# Features in progress\n  - Persistant installer\n  - Some kind of desktop enviroment, OpenBox is being installed right now! will be available in normal release 0.1.2-r!\n  \n# New Features!\n  - \u003cb\u003eDocker support added!\u003c/b\u003e\n  - Bosh_cli\n  -  VGA is finally fixed!\n\n\nYou can also:\n  - Use all git tools\n  - Add custom tools using fire-overlay\n\n\n\u003e Not all functions are working. Further development is still required.\n\n\n\n### How to build\n\nIgniteOS uses the following tools and requires these dependencies:\n\n* wget \n* make \n* gawk \n* gcc \n* bc \n* bison \n* flex \n* xorriso \n* libelf-dev \n* libssl-dev\n```\n$ sudo apt install wget make gawk gcc bc bison flex xorriso libelf-dev libssl-dev\n```\n# +Fix for using Node.JS, run the following to fix the \"broken - libstdc++.so.6 not found. Being fixed.\" bug\n```\n$ sudo add-apt-repository ppa:ubuntu-toolchain-r/test\n$ sudo apt-get update\n$ sudo apt-get install libstdc++6-4.7-dev\n```\nIgniteOS requires to be built on a Linux operating system\n\nTo build use the following command\n\n```sh\n$ chmod +x build.sh\n$ sudo ./build.sh\n$ sudo ./16_cleanup.sh\n```\n\nFor repackaging with updates (comming soon)\n\n```sh\n$ cmod +x update.sh\n$ cmod +x repack.sh\n$ sudo ./update.sh \u0026\u0026 ./repack.sh\n```\n\n### Installation\nThe guide to install on chromebook: https://github.com/HUSKI3/IgniteOS/wiki/Chromebook-Installation\nThe guide to install on micro board: {in progress}\n\n### Applications\n\nIgniteOS currently has the following packages\n\n| Package | Status |\n| ------ | ------ |\n| OpenBox | stale |\n| adopt_openjdk | working |\n| apt | broken |\n| beecrypt | working |\n| bosh_cli | working |\n| Node.js | working |\n| cf_cli | working |\n| c2048 | working |\n| cf_tools | working |\n| coreutils | working |\n| dhcp | working |\n| dialog | working |\n| dropbear | working |\n| felix | working |\n| fio | working |\n| fontconfig | broken - unknown errors |\n| glibc-full | working |\n| golang | working |\n| graalvm | working |\n| kbd | unknown - not tested |\n| kernel_modules | working |\n| kexec_tools | working |\n| libdrm | unknown - not compiled |\n| libevent | unknown - not compiled |\n| libpng | unknown - not compiled |\n| libxau | unknown - not compiled |\n| libxcb | unknown - not compiled |\n| libxdmcp | unknown - not compiled |\n| links | broken - headers missing upon compiling |\n| lua | working |\n| make | working |\n| mako | working - numerous bugs |\n| nano | working |\n| ncurses | working |\n| neon | working |\n| nspr | working |\n| nweb | working |\n| openjdk | working |\n| python | working |\n| rpm | nearly working - Bzip magic error |\n| static_get | working |\n| stress | unknown - not tested |\n| sudo | stale |\n| vim | working |\n| zulujdk | working |\n| git | zlib error - being fixed |\n| wayland | testing |\n\n\n### Development\n\nWant to contribute? Great! You are more than welcome to!\n\n\n\n### Docker\nDocker download is available in the Dropbox folder!\n\n\n#### Kubernetes + Google Cloud\n\nNo current support\n\n### Todos\n\n - Go through more testing\n - Add persistence and partitioning software\n - Add a custom repository manager and packaging system\n \n\nLicense\n----\n\nMIT\n\n\n**Free Software, Hell Yeah!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHUSKI3%2FIgniteOS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHUSKI3%2FIgniteOS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHUSKI3%2FIgniteOS/lists"}