Virtual OS A Virtual OS made with GO and Fyne Framework A virtual operating system for a couple of apps that I made with GO using Fyne Framework. Technologies Used Language: Framework: Fyne How To Run Run commands: go mod init myapp to initialize the project. go mod tidy to install dependencies. go run . to start the OS (i.e run all the apps concurrently)