DustinBrett/daedalOS Installation Guide
How to install DustinBrett/daedalOS. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for DustinBrett/daedalOS. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i DustinBrett/daedalOSInstall via npx
npx @hexmos/ipm i DustinBrett/daedalOSPrerequisites
Node.js
languageVersion: 16.x.x or later (v18.x.x is recommended for optimal performance and compatibility with daedalOS) - https://nodejs.org/en/download/
Yarn
package_managerVersion: 2.0.0 or later (v3.x.x is recommended for optimal performance and compatibility with daedalOS) - https://yarnpkg.com/en/
Docker
system_toolVersion: 19.x.x or later (v20.x.x is recommended for optimal performance and compatibility with daedalOS) - https://docs.docker.com/install/
Git
system_toolVersion: 2.35 or later (v2.40 is recommended for optimal performance and compatibility with daedalOS) - https://git-scm.com/downloads
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Yarn-based Development
yarn install
yarn build:prebuild
yarn devDocker Container
docker build -t daedalos .
docker run -dp 3000:3000 --rm --name daedalos daedalosGit Clone and Navigate
git clone https://github.com/DustinBrett/daedalOS.gitPost Installation Steps
- Open your browser and navigate to http://localhost:3000. You should see the daedalOS welcome screen.
- To start using daedalOS, you can explore the Start Menu by clicking on the icon in the top-left corner of the screen.
