228 lines
7.8 KiB
HTML
228 lines
7.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="MontaukOS downloads and release notes">
|
|
<title>Downloads - MontaukOS</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Open Sans', Arial, sans-serif;
|
|
max-width: 960px;
|
|
margin: 0 auto;
|
|
padding: 1em;
|
|
line-height: 1.5;
|
|
display: flex;
|
|
gap: 2em;
|
|
}
|
|
p { margin: 0 0 0.5em; }
|
|
h2 { margin: 0.5em 0; }
|
|
h3 { margin: 0 0 0.25em; }
|
|
.sidebar {
|
|
width: 160px;
|
|
flex-shrink: 0;
|
|
}
|
|
.sidebar ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.sidebar li {
|
|
margin: 0.5em 0;
|
|
}
|
|
.sidebar a {
|
|
color: #0066CC;
|
|
text-decoration: none;
|
|
font-weight: 600;
|
|
}
|
|
.sidebar a:hover {
|
|
color: #004499;
|
|
text-decoration: underline;
|
|
}
|
|
.sidebar .current {
|
|
color: #004499;
|
|
}
|
|
.sidebar hr {
|
|
border: none;
|
|
border-top: 1px solid #999;
|
|
margin: 0.75em 0;
|
|
}
|
|
.main {
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
a { color: #0000EE; }
|
|
a:visited { color: #0066CC; }
|
|
hr { border-style: solid; border-width: 1px 0 0 0; border-color: #999; }
|
|
.center { text-align: center; }
|
|
.box {
|
|
border: 1px solid #999;
|
|
padding: 0.75em;
|
|
margin: 0.75em 0;
|
|
}
|
|
.release-card {
|
|
margin-bottom: 1em;
|
|
}
|
|
.release-meta {
|
|
color: #555;
|
|
font-size: 0.95em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
.release-actions {
|
|
margin-top: 0.75em;
|
|
}
|
|
.release-actions a {
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
}
|
|
.release-actions a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.note {
|
|
background: #f7f7f7;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="sidebar">
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="downloads.html" class="current">Downloads</a></li>
|
|
<li><a href="docs/index.html">Documentation</a></li>
|
|
</ul>
|
|
<hr>
|
|
<ul>
|
|
<li><a href="#latest">Latest Release</a></li>
|
|
<li><a href="#v012">v0.1.2</a></li>
|
|
<li><a href="#v011">v0.1.1</a></li>
|
|
<li><a href="#v010">v0.1.0</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="main">
|
|
<div class="center">
|
|
<h1>Downloads</h1>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<h2 id="latest">Latest Release</h2>
|
|
<div class="box release-card" id="v012">
|
|
<h3>MontaukOS 0.1.2</h3>
|
|
<p class="release-meta">May 2, 2026</p>
|
|
<h4>New</h4>
|
|
<ul>
|
|
<li>Symmetric Multiprocessing (SMP) support</li>
|
|
<li>New Time Zone Configuration applet in System Configuration with full time zone database</li>
|
|
<li>Message box dialogs (OK, Yes/No, OK/Cancel) as a shared library (see Docs > Desktop Internals > Dialogs)</li>
|
|
<li>Open/Save file dialogs as a shared library (see Docs > Desktop Internals > Dialogs)</li>
|
|
<li>Copy and Move file operations in Files app</li>
|
|
<li>Standard MTK GUI toolkit; the following apps were ported:
|
|
<ul>
|
|
<li>Calculator</li>
|
|
<li>Weather</li>
|
|
<li>Wikipedia</li>
|
|
<li>Bluetooth</li>
|
|
<li>Disks</li>
|
|
<li>Printers</li>
|
|
<li>Process Manager</li>
|
|
</ul>
|
|
</li>
|
|
<li>New formatting options added to Wikipedia</li>
|
|
<li>New Screenshot app for capturing desktop images</li>
|
|
<li>New Paint app</li>
|
|
<li>New Video Player app with AVI format support</li>
|
|
<li>Ported Lua scripting language interpreter</li>
|
|
<li>Terminal app ported to Window Server from being desktop built-in app</li>
|
|
<li>Terminal app now supports zoom shortcuts</li>
|
|
<li>Process Manager (<code>procmgr</code>) ported to Window Server, UI revamped, Windows tab added</li>
|
|
<li>New Word Processor app; PDF export included</li>
|
|
<li>New Spreadsheet app</li>
|
|
<li>Text Editor app ported to Window Server from being desktop built-in app</li>
|
|
<li>Text Editor now supports C and Lua syntax highlighting</li>
|
|
<li>Audio visualizer added to Music app</li>
|
|
<li>New Window Server helpers for standalone GUI apps (<code>win_create</code>, <code>win_poll</code>, <code>win_present</code>, etc.)</li>
|
|
<li>Files app now has virtual folders to expose system components (System Configuration, Apps folders)</li>
|
|
<li>Drive labels displayed in Files app</li>
|
|
<li>Process crash popups (CrashReport)</li>
|
|
<li>Expanded ACPI support</li>
|
|
<li>Primitive S3 sleep/wake support</li>
|
|
<li>Support for Internet Printing Protocol (IPP) printing</li>
|
|
<li>Print dialog and test page printing</li>
|
|
<li>Primitive clipboard support</li>
|
|
<li>ELF shared library support with PIC code model</li>
|
|
<li>Login screen improvements</li>
|
|
<li>PDF viewer rendering improvements</li>
|
|
<li>Super + Space keyboard shortcut for desktop search panel</li>
|
|
</ul>
|
|
<h4>Included in ISO</h4>
|
|
<ul>
|
|
<li>MontaukOS SMP kernel</li>
|
|
<li>Userspace bootstrap (<code>0:/os/init.elf</code>) and other essential system utilities</li>
|
|
<li>MontaukOS desktop environment and graphical apps</li>
|
|
<li>Manual pages (<code>0:/man</code>), readable via <code>man</code> command</li>
|
|
<li>System CA certificates (<code>0:/etc/ca-certificates.crt</code>)</li>
|
|
<li>Flat Remix icon pack</li>
|
|
<li>JetBrains Mono, Noto Serif, Roboto, and C059 Roman (open Century Schoolbook) TrueType fonts</li>
|
|
<li>DOOM Shareware game with SDL_mixer audio support</li>
|
|
<li>Experimental HTTP server (<code>httpd</code>) and default page (<code>0:/www/index.html</code>)</li>
|
|
<li>Desktop wallpaper - Lake and mountains by Stephen Walker, Unsplash</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h2>Release Archive</h2>
|
|
<div class="box release-card" id="v011">
|
|
<h3>MontaukOS 0.1.1</h3>
|
|
<h4>New</h4>
|
|
<ul>
|
|
<li>Quality of life improvements in Wikipedia Client and Image Viewer apps</li>
|
|
<li>Fixed memory leaks</li>
|
|
<li>Fixed ghost shell.elf process bug in terminal emulator</li>
|
|
<li>Fixed File Manager rendering bug</li>
|
|
</ul>
|
|
<h4>Included in ISO</h4>
|
|
<ul>
|
|
<li>MontaukOS kernel</li>
|
|
<li>Userspace bootstrap (<code>0:/os/init.elf</code>) and other essential system utilities</li>
|
|
<li>MontaukOS desktop environment and graphical apps</li>
|
|
<li>Manual pages (<code>0:/man</code>), readable via <code>man</code> command</li>
|
|
<li>System CA certificates (<code>0:/etc/ca-certificates.crt</code>)</li>
|
|
<li>Flat Remix icon pack</li>
|
|
<li>JetBrains Mono, Noto Serif, Roboto, and C059 Roman (open Century Schoolbook) TrueType fonts</li>
|
|
<li>DOOM Shareware game and Montauk DOOM runtime (<code>0:/games/doom.elf</code>)</li>
|
|
<li>Experimental HTTP server (<code>httpd</code>) and default page (<code>0:/www/index.html</code>)</li>
|
|
<li>Desktop wallpaper - Lake and mountains by Stephen Walker, Unsplash</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="box release-card" id="v010">
|
|
<h3>MontaukOS 0.1.0</h3>
|
|
<p>(first release)</p>
|
|
<h4>Included in ISO</h4>
|
|
<ul>
|
|
<li>MontaukOS kernel</li>
|
|
<li>Userspace bootstrap (<code>0:/os/init.elf</code>) and other essential system utilities</li>
|
|
<li>MontaukOS desktop environment and graphical apps</li>
|
|
<li>Manual pages (<code>0:/man</code>), readable via <code>man</code> command</li>
|
|
<li>System CA certificates (<code>0:/etc/ca-certificates.crt</code>)</li>
|
|
<li>Flat Remix icon pack</li>
|
|
<li>JetBrains Mono, Noto Serif, Roboto, and C059 Roman (open Century Schoolbook) TrueType fonts</li>
|
|
<li>DOOM Shareware game and Montauk DOOM runtime (<code>0:/games/doom.elf</code>)</li>
|
|
<li>Experimental HTTP server (<code>httpd</code>) and default page (<code>0:/www/index.html</code>)</li>
|
|
<li>Desktop wallpaper - pine forest by Gustav Gullstrand, Unsplash</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div class="center">
|
|
<a href="index.html">Back to Home</a>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|