Releases: klange/toaruos
v1.12.0
ToaruOS v1.12.0
What's New in v1.12.0?
Significant improvements have been made to the panel, including the return of the weather widget, supported by a new JSON parser library.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Release Files
image.iso
is the standard build of ToaruOS, built by our CI toolchain. It uses ToaruOS's native bootloaders and should work in most virtual machines using either BIOS or EFI boot.
toaruos-grub.iso
(when available) is an alternative CD with GRUB as a bootloader. If you are attempting to run ToaruOS on real hardware, this is generally preferred.
Changelog
bim
: Updated to v2.6.0.terminal
: Fixed a bug in the VGA terminal with rendering of some characters used to display Bim.terminal
: Improved mouse cursor rendering in the VGA terminal.graphics
: Fixed handling for transparent bitmaps with different color planes from the usual.json
: New library for parsing JSON data.weather
: New tool for retrieving weather reports from OpenWeatherMap; based on the old Python implementation.menu
: New support functions.list
: New support functions.panel
: Weather widget has been added.panel
: Calendar widget has been added.panel
: Clock widget has been added.tar
: Support the GNUL
long filename type.gsudo
: Redesigned authentication UI.
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete. - There are many known security issues with ToaruOS. You should not use ToaruOS in a production environment - it is a hobby project, not a production operating system. If you find security issues in ToaruOS and would like to responsibly report them, please file a regular issue report here on GitHub.
v1.11.0 - 2019 Holiday Release
ToaruOS v1.11.0
What's New in v1.11.0?
Many improvements have been made in the kernel, tty layer, terminals, and Bim.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Release Files
image.iso
is the standard build of ToaruOS, built by our CI toolchain. It uses ToaruOS's native bootloaders and should work in most virtual machines using either BIOS or EFI boot.
toaruos-grub.iso
is an alternative CD with GRUB as a bootloader. If you are attempting to run ToaruOS on real hardware, this is generally preferred.
Changelog
bim
: Several updates, including improved scrolling. Current version is 2.6.0.terminal
: Support for SGR-style mouse input, region-based scrolling, fixes to paste semantics for large pastes, asynchronous TTY input thread, menu adjustments, performance improvements for scrolling the VGA terminalwallpaper-picker
: New application to select wallpapersrline
: The syntax highlighting forrline_exp
has been replaced with the new Bim highlighter engine, replacing the old Bim highlighter enginekernel
: Several bug fixes to TTY internals have been madekernel
: Several bug fixes related toseek
have been madekernel
: Addfswait3
which works more similarly topoll
init
:init
is no longer built as a static binarylibc
: Fixed an off-by-one error inlocaltime
causing incorrect times.libc
: Implementpoll
withfswait3
linker
: Fix an issue wherein the main object was not closed, leaking a file descriptor
Known Issues
- A regression was found in the VGA terminal with rendering bim's space indentation indicators, this has been fixed in master.
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete. - There are many known security issues with ToaruOS. You should not use ToaruOS in a production environment - it is a hobby project, not a production operating system. If you find security issues in ToaruOS and would like to responsibly report them, please file a regular issue report here on GitHub.
v1.10.13
ToaruOS v1.10.13
What's New in v1.10.13?
The included release of Bim has been updated and contains many new features.
The shell now supports tab completing ~/
paths.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Release Files
image.iso
is the standard build of ToaruOS, built by our CI toolchain. It uses ToaruOS's native bootloaders and should work in most virtual machines using either BIOS or EFI boot.
Changelog
bim
: Several updates.sh
: Support tab completing~/
paths.tutorial
: Show link to GitHub Sponsors profile
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete. - There are many known security issues with ToaruOS. You should not use ToaruOS in a production environment - it is a hobby project, not a production operating system. If you find security issues in ToaruOS and would like to responsibly report them, please file a regular issue report here on GitHub.
v1.10.12
ToaruOS v1.10.12
What's New in v1.10.12?
Bim has received several updates alongside supporting kernel and terminal fixes.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Release Files
image.iso
is the standard build of ToaruOS, built by our CI toolchain. It uses ToaruOS's native bootloaders and should work in most virtual machines using either BIOS or EFI boot.
(grub images will be uploaded at a later date) toaruos-grub.iso
is an alternative CD using Grub 2 as a bootloader. Files on this CD have been heavily compressed, making it smaller, but ToaruOS lacks decompression tools for these compression formats out of the box so extended functionality such as runtime module loading from the mounted CD may not be available without additional package installation. The Grub configuration menu is also not as complete as the one found in the native bootloaders, so some options may require the use of Grub's command line to enable or disable. This build is intended for users who wish to attempt to run ToaruOS on real hardware. We do not provide support for ToaruOS on "bare metal". Grub CDs were built on Ubuntu 18.04 using GRUB 2.02-2ubuntu8.13, sources for which may be obtained from the Ubuntu repositories. Grub is free software under the terms of the GPLv3.
Changelog
bim
: Several updateskernel
:kill(0)
sends signal to process groupterminal
: Fixed multiline scrolling in bothterminal
andterminal-vga
.terminal
: Support more block characters.graphics
:load_sprite()
returns a status codeimgviewer
: handle error conditions
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete. - There are many known security issues with ToaruOS. You should not use ToaruOS in a production environment - it is a hobby project, not a production operating system. If you find security issues in ToaruOS and would like to responsibly report them, please file a regular issue report here on GitHub.
v1.10.11
ToaruOS v1.10.11
What's New in v1.10.11?
New libc functions have been implemented to support continuing updates to Bim (the text editor). Some additional security features have been implemented.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Release Files
image.iso
is the standard build of ToaruOS, built by our CI toolchain. It uses ToaruOS's native bootloaders and should work in most virtual machines using either BIOS or EFI boot.
toaruos-grub.iso
is an alternative CD using Grub 2 as a bootloader. Files on this CD have been heavily compressed, making it smaller, but ToaruOS lacks decompression tools for these compression formats out of the box so extended functionality such as runtime module loading from the mounted CD may not be available without additional package installation. The Grub configuration menu is also not as complete as the one found in the native bootloaders, so some options may require the use of Grub's command line to enable or disable. This build is intended for users who wish to attempt to run ToaruOS on real hardware. We do not provide support for ToaruOS on "bare metal". Grub CDs were built on Ubuntu 18.04 using GRUB 2.02-2ubuntu8.13, sources for which may be obtained from the Ubuntu repositories. Grub is free software under the terms of the GPLv3.
Changelog
kernel
: A limit has been implemented for recursion when calling#!
interpreters.esh
: Print an error message when recursion limit is reached.bim
: Update to v1.5.2 with.biminfo
support,bash
highlighting, other fixups.libc
: Addedrealpath
following ToaruOS's path semantics.libc
:sscanf
family now supports whitespace before integers.terminal-vga
: Add support for mouse applications (eg., Bim).libtoaru-termemu
: Add support for^[7
and^[8
to save/restore cursor.
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete. - There are many known security issues with ToaruOS. You should not use ToaruOS in a production environment - it is a hobby project, not a production operating system. If you find security issues in ToaruOS and would like to responsibly report them, please file a regular issue report here on GitHub.
v1.10.10
ToaruOS v1.10.10
What's New in v1.10.10?
Some security issues have been addressed to prevent a set of published exploits from remaining effective. Bim, ToaruOS's native text editor, has been updated to the latest build which adds several new features.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Changelog
pex
: Deal with some unprotectedsprintf
s into small buffers to avoid buffer overflows.kernel
: Add bounds check toTOARU_SYS_FUNC_SETHEAP
.ld.so
: ignoreLD_LIBRARY_PATH
onsuid
binaries.bim
: Updated to v1.4.5, which has many new features including a completely rewritten syntax highlighting engine, split views, current-line highlighting, and column selection and insertion.
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete. - There are many known security issues with ToaruOS. You should not use ToaruOS in a production environment - it is a hobby project, not a production operating system. If you find security issues in ToaruOS and would like to responsibly report them, please file a regular issue report here on GitHub.
v1.10.9
ToaruOS v1.10.9
What's New in v1.10.9?
Mostly just bug fixes in this release. I haven't done any releases in February, and a handful of things had piled up.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Changelog
lspci
: Ignore blank lines, parse new format, add PCI device name tableskernel
: remove PCI device namesprocfs
: remove PCI device namesld.so
: Cleanup, better correctnessesh
: Fix a bug in globbing
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete.
v1.10.8
ToaruOS v1.10.8
What's New in v1.10.8?
A minor followup to 1.10.7, this release adds a cal
utility, fixes some keyboard interactions in the tutorial wizard, adds new file identification support in the File Browser, libc fixes, improvements to stty
and a new compositor animation for dialogs.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Changelog
tutorial
: Fix keybindingsfile-browser
: Add new file typescompository
: new dialog animation- add
cal
libc
: fixes formktime
stty
: various improvements
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete.
v1.10.7 - Tutorial Returns
ToaruOS v1.10.7
What's New in v1.10.7?
Happy new year! This release adds a status bar to the File Browser, brings back the old tutorial wizard, and fixes several bugs.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Changelog
ata
: fix small readskernel
: store module text address for debuggingboot
: update description for "writable root"jpeg
: fix bad rounding of image sizesesh
: support for redirecting stderr, fix redirects for shell functionsfile-browser
: add a status barlibc
: fixopendir
error valuesgraphics
: basic TGA loading supportrline
: fix backspace in the legacy line editormenu
: smarter menu spawningsdf
: kerning tweaks- add
tutorial
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete.
v1.10.6
ToaruOS v1.10.6
What's New in v1.10.6?
Fixes have been implemented for issues introduced in the previous release related to running Quake and generally running mkdir -p
. Fixes for SDL applications have been implemented. The CD drive is now available for reading by regular users. The navigation bar in the File Browser has been improved.
What is ToaruOS?
ToaruOS is a hobbyist, educational operating system for x86 PCs, focused primarily on use in virtual machines. It provides a Unix-like environment, complete with a graphical desktop interface, shared libraries, feature-rich terminal emulator, and support for running Python 3.6, GCC, and several other ports. The core of ToaruOS, provided by the CD images in this release, is built completely from scratch. The bootloader, kernel, drivers, C standard library, and userspace applications are all original software created by the authors, as are the graphical assets.
Who wrote ToaruOS?
ToaruOS is primarily written by a single maintainer, with several contributions from others. A complete list of contributors is available from AUTHORS.
Running ToaruOS
It is recommended that you run ToaruOS in a virtual machine / emulator, for maximum compatibility. ToaruOS's driver support is limited, and running on real "bare metal", while possible, does not provide the most complete experience of the OS's capabilities except on very particular hardware. ToaruOS is regularly tested in VirtualBox, QEMU, and VMWare Player, and can be successfully booted (with poor performance) in Bochs. ToaruOS is intended to run from a live CD, though it is possible to install to a hard disk. Additional details on running ToaruOS in different virtual machines is available from the README.
Changelog
file-browser
: better text inputata
: provide/dev/cdrom*
aso=r
libc
: fix a parse mistake instrtoul
kernel
: fixmkdir -p
sudo
: fix bad timeouts because we weren't actually writing token filescompositor
: fix missing button status when warping cursorbase
: ship/opt/bochsrc.txt
- (repository update)
SDL
: fix issues with decorations
Known Issues
- Several utilities are missing functionality.
- The libc's implementation of
scanf
is incredibly incomplete.