mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* bump version * Update image-recipe/build.sh * fix podman repo * switch back to unstable for podman
StartOS Backend
- Requirements:
- Install Rust
- Recommended: rust-analyzer
- Docker
Structure
startos: This contains the core library for StartOS that supports buildingstartbox.container-init(ignore: deprecated)js-engine: This contains the library required to builddenoto support running.jsmaintainer scripts for v0.3snapshot-creator: This contains a binary used to buildv8runtime snapshots, required for initializingstart-denohelpers: This contains utility functions used across bothstartosandjs-enginemodels: This contains types that are shared acrossstartos,js-engine, andhelpers
Artifacts
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 tostartdand 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.jsmaintainer scripts for v0.3avahi-alias: This is a CLI tool invoked by startd to create aliases inavahifor mDNS
Questions
If you have questions about how various pieces of the backend system work. Open an issue and tag the following people
- dr-bonez