diff --git a/montaukos.org/downloads.html b/montaukos.org/downloads.html new file mode 100644 index 0000000..c263ad2 --- /dev/null +++ b/montaukos.org/downloads.html @@ -0,0 +1,171 @@ + + + + + + + Downloads - MontaukOS + + + + + + + + + +
+
+

Downloads

+
+ +
+ +

Latest Release

+
+

MontaukOS v0.4.0 Preview

+

Released April 12, 2026 | Preview channel | Tested in QEMU, VirtualBox, and select Intel desktop hardware

+

+This preview build focuses on desktop stability and broadens the hardware story for audio, storage, and graphics. +It is the recommended sample build for screenshots, demos, and early testing on new machines. +

+ +

Package details: Raw disk image bundle, sample size 84 MB, includes release notes and checksum placeholder.

+

Download sample package

+
+ +

Release Archive

+
+

MontaukOS v0.3.2 Stable

+

Released December 18, 2025 | Stable channel | Maintenance update

+

+This stable release is aimed at repeatable demos and development setups. It bundles the same core desktop +environment as the preview builds, but with fewer experimental kernel and driver changes enabled by default. +

+ +

Notes: Best starting point for users who want a conservative baseline before trying preview releases.

+

Download sample package

+
+ +
+

MontaukOS v0.3.0 Alpha

+

Released September 29, 2025 | Alpha channel | Early public image

+

+The first broadly shared build of MontaukOS. It remains useful as a reference point for tracking how the +kernel, desktop environment, and bundled applications have evolved over time. +

+ +

Notes: Keep for archival purposes and regression testing rather than daily use.

+

Download sample package

+
+ +
+ +
+Back to Home +
+ +
+ + diff --git a/montaukos.org/downloads/montaukos-v0.3.0-alpha.txt b/montaukos.org/downloads/montaukos-v0.3.0-alpha.txt new file mode 100644 index 0000000..875f70f --- /dev/null +++ b/montaukos.org/downloads/montaukos-v0.3.0-alpha.txt @@ -0,0 +1,7 @@ +MontaukOS v0.3.0 Alpha +Released: 2025-09-29 +Channel: Alpha + +This is a sample package placeholder for the website downloads page. +Replace this file with the published disk image, archive, or installer artifact +when official release assets are available. diff --git a/montaukos.org/downloads/montaukos-v0.3.2-stable.txt b/montaukos.org/downloads/montaukos-v0.3.2-stable.txt new file mode 100644 index 0000000..19cca7f --- /dev/null +++ b/montaukos.org/downloads/montaukos-v0.3.2-stable.txt @@ -0,0 +1,7 @@ +MontaukOS v0.3.2 Stable +Released: 2025-12-18 +Channel: Stable + +This is a sample package placeholder for the website downloads page. +Replace this file with the published disk image, archive, or installer artifact +when official release assets are available. diff --git a/montaukos.org/downloads/montaukos-v0.4.0-preview.txt b/montaukos.org/downloads/montaukos-v0.4.0-preview.txt new file mode 100644 index 0000000..4f32bc7 --- /dev/null +++ b/montaukos.org/downloads/montaukos-v0.4.0-preview.txt @@ -0,0 +1,7 @@ +MontaukOS v0.4.0 Preview +Released: 2026-04-12 +Channel: Preview + +This is a sample package placeholder for the website downloads page. +Replace this file with the published disk image, archive, or installer artifact +when official release assets are available. diff --git a/montaukos.org/images/mtk_doomgame.png b/montaukos.org/images/mtk_doomgame.png new file mode 100644 index 0000000..2123c0d Binary files /dev/null and b/montaukos.org/images/mtk_doomgame.png differ diff --git a/montaukos.org/images/mtk_procmgr_devexplorer.png b/montaukos.org/images/mtk_procmgr_devexplorer.png new file mode 100644 index 0000000..2f1bd42 Binary files /dev/null and b/montaukos.org/images/mtk_procmgr_devexplorer.png differ diff --git a/montaukos.org/index.html b/montaukos.org/index.html index c784dc0..5c3c035 100644 --- a/montaukos.org/index.html +++ b/montaukos.org/index.html @@ -80,46 +80,107 @@ .app-item a:hover { text-decoration: underline; } + .slideshow { + margin: 0 0 1em; + } + .slideshow-frame { + position: relative; + } + .slideshow-frame img { + display: block; + width: 100%; + aspect-ratio: 16 / 10; + object-fit: contain; + } + .slideshow-button { + position: absolute; + top: 50%; + transform: translateY(-50%); + border: 1px solid #999; + background: rgba(255, 255, 255, 0.9); + color: #222; + padding: 0.35em 0.55em; + cursor: pointer; + font: inherit; + } + .slideshow-button:hover { + background: #fff; + } + .slideshow-button.prev { + left: 0.75em; + } + .slideshow-button.next { + right: 0.75em; + } + .slideshow-meta { + display: flex; + justify-content: space-between; + align-items: center; + gap: 1em; + margin-top: 0.6em; + flex-wrap: wrap; + } + .slideshow-caption { + margin: 0; + } + .slideshow-dots { + display: flex; + gap: 0.4em; + } + .slideshow-dot { + width: 10px; + height: 10px; + border-radius: 50%; + border: 1px solid #999; + background: #ddd; + padding: 0; + } + .slideshow-dot.active { + background: #0066CC; + border-color: #004499; + }

MontaukOS

-

Modern and unique operating bare metal operating system

+

Modern and unique bare metal operating system


- -

About

+

About

MontaukOS is a novel multi-user operating system that runs on bare metal. It features its own preemptive multitasking kernel and modern userspace with its own desktop environment, targeting both emulators and real hardware.

- -

Features

+
+

+MontaukOS is not Linux, nor is it Unix-like. Rather, it uses its own custom Montauk kernel with its own architecture and design. +

+
+

Features

-

Applications

+

Applications


@@ -152,12 +213,98 @@ targeting both emulators and real hardware.


+ +
+

Screenshots

+
+
+MontaukOS screenshot showing DOOM running in the desktop environment + + +
+
+

DOOM running inside MontaukOS.

+
+
+
+
-Releases

+Releases
+
+
+

Copyright © 2025-2026 Montauk Operating System

+
+