Inferno is an operating system that can run as an application or OS. It was developed at Bell Labs as a successor to Plan 9. Inferno supports a variety of architectures and can run on bare hardware or as an emulator. Applications can run on any Inferno system without recompilation. The Limbo programming language was developed for Inferno as a type-safe language with garbage collection. Limbo takes influences from languages like Pascal, Alef, Occam, and ML and employs strong typing, automatic memory management, and inter-thread communication via channels. To start with Inferno, one needs to download it, set the environment path, launch the emulator, open a text editor to write Limbo programs,