- Requirements:
- Install Rust
- Recommended: rust-analyzer
- Docker
startos
: This contains the core library for StartOS that supports buildingstartbox
.container-init
(ignore: deprecated)js-engine
: This contains the library required to builddeno
to support running.js
maintainer scripts for v0.3snapshot-creator
: This contains a binary used to buildv8
runtime snapshots, required for initializingstart-deno
helpers
: This contains utility functions used across bothstartos
andjs-engine
models
: This contains types that are shared acrossstartos
,js-engine
, andhelpers
The StartOS backend is packed into a single binary startbox
that is symlinked under
several different names for different behaviour:
startd
: This is the main daemon of StartOSstart-cli
: This is a CLI tool that will allow you to issue commands tostartd
and control it similarly to the UIstart-sdk
: This is a CLI tool that aids in building and packaging services you wish to deploy to StartOSstart-deno
: This is a CLI tool invoked by startd to run.js
maintainer scripts for v0.3avahi-alias
: This is a CLI tool invoked by startd to create aliases inavahi
for mDNS
If you have questions about how various pieces of the backend system work. Open an issue and tag the following people
- dr-bonez