Public archive for the original ShiftOS, ShiftOS Next, ShiftOS C#, and ShiftOS 1.0. https://shiftos.alee14.me
Find a file
2025-01-01 01:10:11 -05:00
.github/workflows Create astro.yml 2024-12-31 22:12:08 -05:00
.vscode Website now uses astro rather than plain html; Added a few more releases 2024-12-31 22:11:04 -05:00
public Use the newer logo 2025-01-01 01:04:19 -05:00
src Changed description 2025-01-01 01:10:11 -05:00
.gitattributes Added more 1.x stuff 2020-09-03 19:28:24 -04:00
.gitignore Website now uses astro rather than plain html; Added a few more releases 2024-12-31 22:11:04 -05:00
astro.config.mjs Website now uses astro rather than plain html; Added a few more releases 2024-12-31 22:11:04 -05:00
package.json Hopefully fixed the issue? 2024-12-31 22:15:32 -05:00
README.md Added instructions 2024-12-31 23:47:58 -05:00
tsconfig.json Website now uses astro rather than plain html; Added a few more releases 2024-12-31 22:11:04 -05:00
yarn.lock Hopefully fixed the issue? 2024-12-31 22:15:32 -05:00

ShiftOS Archive

Public archive for the original ShiftOS, ShiftOS Next, ShiftOS C#, and ShiftOS 1.0.

Make sure to clone the repository using git clone so it could fetch all the files.

Submitting a ShiftOS binary

If you have a ShiftOS binary, zip it (if it has dependencies) then put it on public/assets/downloads/(version here). Then submit a pull request.

How to build

  • Download NodeJS, and Yarn
  • Run yarn install and yarn run dev