Tofita icon indicating copy to clipboard operation
Tofita copied to clipboard

:candy: All-new engine of the @GreenteaOS

Tofita

Tofita Logo

All-new kernel to-fit-a Greentea OS (hence "Tofita")

Telegram Channel Telegram Chatroom Join the chat at Discord! GPL License Automatic Builds Made with Hexa

Greentea OS is aimed to provide complete operating system compatible with existing apps

Screenshot

GreenteaOS (Tofita) system requirements

  • 64-bit UEFI
  • Very low on resources, just 2 GB RAM minimum required
  • Motherboard with SATA (AHCI) or NVMe, PCIe and USB 2.0+
  • Multicore modern 64-bit CPU (most AMD and Intel CPUs from Q3 2011 and newer)

Give a star

Give some attention for Tofita be noticed

Become a patron

Help to hire developers and buy hardware

Tools

  • listen.js - listen to VirtualBox COM port in TCP socket mode
  • pipe.js - listen to VirtualBox\Hyper-V COM port in pipe mode
  • vbox.js - starts VirtualBox Tofita VM and exits
  • webui.bat - web-based UI for COM port
  • gos-devlist.bat - show useful device names and PCI IDs to gather user hardware stats

Build

Get automatic build or make yours with Teapot (if you want to edit the code)

Automatic builds

If you don't want to build Tofita, you may download latest automatic GitHub build.

Build using Teapot

Download or clone Teapot repo and place alongside of Tofita repo:

.\Teapot
.\Tofita

You should have extracted Teapot-kawaii and have folders like this .\Teapot\LLVM-*.*.*.

Teapot will take less space if cloned with limited depth of commit history:

git clone --recursive --depth 1 https://github.com/GreenteaOS/Tofita.git
git clone --recursive --depth 1 https://github.com/GreenteaOS/Teapot.git

Configure

Create R: ram disk about 1 GB (you may download a free AMD Radeon™ RAMDisk) for faster builds and configure config.json > tempFolder. Otherwise C: is used to store builds by default.

Install Hexa

You also need to install Hexa compiler.

Currently you will build Hexa manually too. Download this and extract contents of hexa-kawaii into C:\Hexa, so you have C:\Hexa\hexa.cmd.

Install node.js LTS.

cd C:\hexa
node bootstrap.js hexa.json
node hexa-node.js hexa.json
node hexa-node.js hexa.json

Add C:\Hexa into your PATH.

Compile and generate disk image

cmd /c build

Or just open build.bat file with Explorer.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.

More information about legal issues