tag:github.com,2008:https://github.com/bad-antics/nullsec-desktop/releases
Release notes from nullsec-desktop
2026-01-26T19:31:49Z
tag:github.com,2008:Repository/1142215979/v1.0.1
2026-01-26T20:09:27Z
NullSec Desktop v1.0.1
<h2>NullSec Desktop v1.0.1</h2>
<h3>Features</h3>
<ul>
<li>40+ integrated security tools</li>
<li>Integrated VTE terminal</li>
<li>Dark theme interface</li>
<li>Keyboard shortcuts</li>
</ul>
<h3>Installation</h3>
<h4>Debian/Ubuntu (.deb)</h4>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo dpkg -i nullsec-desktop_1.0.0_all.deb
sudo apt-get install -f # Install dependencies"><pre>sudo dpkg -i nullsec-desktop_1.0.0_all.deb
sudo apt-get install -f <span class="pl-c"><span class="pl-c">#</span> Install dependencies</span></pre></div>
<h4>From Source</h4>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-vte-2.91
git clone https://github.com/bad-antics/nullsec-desktop
cd nullsec-desktop && python3 ./nullsec-desktop"><pre>sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-vte-2.91
git clone https://github.com/bad-antics/nullsec-desktop
<span class="pl-c1">cd</span> nullsec-desktop <span class="pl-k">&&</span> python3 ./nullsec-desktop</pre></div>
bad-antics
tag:github.com,2008:Repository/1142215979/v1.0.0
2026-01-26T05:23:50Z
NullSec Desktop v1.0.0
<h2>🖥️ NullSec Desktop v1.0.0 - Initial Release</h2>
<h3>Features</h3>
<ul>
<li>🚀 <strong>Rofi Application Launcher</strong> - Fast, searchable app menu with NullSec dark theme</li>
<li>⚡ <strong>Power Menu</strong> - Lock, logout, restart, shutdown with rofi integration</li>
<li>🎨 <strong>Custom Icon Theme</strong> - 196 NullSec-branded icons (16px-256px + SVG)</li>
<li>🎯 <strong>GTK3 Styling</strong> - Theme overrides for MATE/BriskMenu menus</li>
<li>📦 <strong>Easy Install</strong> - One-command installation script</li>
</ul>
<h3>Installation</h3>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="git clone https://github.com/bad-antics/nullsec-desktop.git
cd nullsec-desktop
./install.sh"><pre>git clone https://github.com/bad-antics/nullsec-desktop.git
<span class="pl-c1">cd</span> nullsec-desktop
./install.sh</pre></div>
<h3>Requirements</h3>
<ul>
<li>Linux (Debian/Ubuntu, Arch, Fedora)</li>
<li>Rofi</li>
<li>GTK 3.0+</li>
</ul>
<h3>Screenshots</h3>
<p>Coming soon!</p>
<hr>
<p>Part of the <a href="https://github.com/bad-antics">NullSec Framework</a></p>
bad-antics