it is a toy os in Rust wasm with a desktop environment + nextjs as the front end (why not lol)
/
├── bin/ # Essential user commands
├── etc/ # System configuration
├── home/ # User home directories
├── proc/ # Process information
├── tmp/ # Temporary files
└── usr/ # User programs, libraries
├── bin/ # Additional commands
└── share/ # Shared resources