Files
start-os/core
Aiden McClelland 68955c29cb add transformers to file helpers (#2922)
* fix undefined handling in INI

* beta.14

* Partial -> DeepPartial in action request

* boolean laziness kills

* beta.16

* misc fixes

* file transformers

* infer validator source argument

* simplify validator

* readd toml

* beta.17

* filter undefined instead of parse/stringify

* handle arrays of objects in filterUndefined
2025-05-06 11:04:11 -06:00
..
2025-04-28 17:33:41 -06:00
2024-04-22 17:40:10 +00:00
2025-02-12 19:20:18 +00:00
2024-08-26 22:52:23 +00:00
2024-08-26 22:52:23 +00:00
2024-08-26 22:52:23 +00:00
2024-08-26 22:52:23 +00:00
2024-03-20 13:32:57 -06:00
2024-08-26 22:52:23 +00:00
2024-09-12 17:48:57 -04:00
2024-08-26 22:52:23 +00:00

StartOS Backend

Structure

  • startos: This contains the core library for StartOS that supports building startbox.
  • helpers: This contains utility functions used across both startos and js-engine
  • models: This contains types that are shared across startos, js-engine, and helpers

Artifacts

The StartOS backend is packed into a single binary startbox that is symlinked under several different names for different behavior:

  • startd: This is the main daemon of StartOS
  • start-cli: This is a CLI tool that will allow you to issue commands to startd and control it similarly to the UI
  • start-sdk: This is a CLI tool that aids in building and packaging services you wish to deploy to StartOS

Questions

If you have questions about how various pieces of the backend system work. Open an issue and tag the following people

  • dr-bonez