1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="./style.css" type="text/css" media="all"/>
<title>Portfolio(7)</title>
</head>
<body>
<script src="./antiChrome_Brave.js"></script>
<table class="head">
<tr>
<td class="head-ltitle">this really</td>
<td class="head-vol">ports my </td>
<td class="head-rtitle">folio</td>
</tr>
</table>
<div class="manual-text">
<p class="Sh">A list of <a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">Free Software (free as in freedom)</a> I have developed, or am part of. Not all of the listed projects are still under active development.</p>
<p class="Sh">Clicking on the heading of a project will redirect to the website/repository of the project.</p>
<br/>
<section class="Sh">
<h1 class="Sh" id="fsverify"><a class="permalink" href="https://github.com/axtloss/fsverify">FsVerify (Personal Project)</a></h1>
<p class="Pp">Block Based filesystem verification for immutable Linux Distributions written in golang</p>
</section>
<section class="Sh">
<h1 class="Sh" id="bvg"><a class="permalink" href="https://github.com/axtloss/fsverify/tree/main/fbwarn">BVG - Basic Vector Graphics (Personal Project)</a></h1>
<p class="Pp">Custom made vector graphic format for use with FsVerify, the parser (fbwarn) is written in C using raylib</p>
<img src="https://github.com/axtloss/fsverify/raw/main/logo.png" width="400" height="300" alt="The FsVerify logo drawn with BVG"/>
</section>
<section class="Sh">
<h1 class="Sh" id="vib"><a class="permalink" href="https://vib.vanillaos.org">vib - Vanilla Image Builder (Maintainer, Collaboration)</a></h1>
<p clsas="Pp">Building docker images using yaml recipes, written in golang</p>
<p class="Pp">Personally built plugin support into vib, including an API and <a href="https://github.com/Vanilla-OS/vib-plugin">github CI</a> to automate building plugins <a href="https://github.com/Vanilla-OS/Vib/pull/12">(view pr)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="vso"><a class="permalink" href="https://github.com/vanilla-os/vanilla-system-operator">Vanilla System Operator (Collaboration)</a></h1>
<p class="Pp">Tool to manage Vanilla OS installations</p>
<p class="Pp">Personally built in Waydroid integration, including a package manager using f-droid repositories (view MRs: <a href="https://github.com/Vanilla-OS/vanilla-system-operator/pull/64">1</a>, <a href="https://github.com/Vanilla-OS/desktop-image/pull/20">2</a>, <a href="https://github.com/Vanilla-OS/desktop-image/pull/31">3</a>, <a href="https://github.com/Vanilla-OS/desktop-image/pull/102">4</a>, <a href="https://github.com/Vanilla-OS/waydroid-image/pull/8">5</a>, <a href="https://github.com/Vanilla-OS/desktop-image/pull/105">6</a>)</p>
</section>
<section class="Sh">
<h1 class="Sh" id="fsguard"><a class="permalink" href="https://github.com/linux-immutability-tools/fsguard">FsGuard (Maintainer, Collaboration / Personal Project)</a></h1>
<p class="Pp">File tree based Filesystem integrity verification, fully written in go and used by Vanilla OS through <a href="https://github.com/Vanilla-OS/fswarn">fswarn</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="jade"><a class="permalink" href="https://gitlab.com/crystal-linux/software/jade">jade (Collaboration / Personal Project)</a></h1>
<p class="Pp">Installer backend for Crystal Linux, written in rust <a href="https://github.com/crystal-linux/jade">(older history on github)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="jade-gui"><a class="permalink" href="https://gitlab.com/crystal-linux/software/jade-gui">jade-gui (Collaboration / Personal Project)</a></h1>
<p class="Pp">Graphical frontend for Jade, written in python using gtk4 and libadwaita <a href="https://github.com/crystal-linux/jade-gui">(older history on github)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="jshipit"><a class="permalink" href="https://github.com/axtloss/JshipIT">JshipIT (Personal Project)</a></h1>
<p class="Pp">OCI client written in Java similiar to podman/docker with a focus on using containers as a form of isolated environments, similiar to Distrobox and Toolbx</p>
</section>
<section class="Sh">
<h1 class="Sh" id="flatpaks"><a class="permalink" href="https://github.com/axtloss/flatpaks">Flatpak Packages (Personal Project)</a></h1>
<p class="Pp">Miscellaneous Flatpak Packages for some software I use</p>
</section>
<section class="Sh">
<h1 class="Sh" id="linuxflatpak"><a class="permalink" href="https://github.com/axtloss/Linux-flatpak">Linux Flatpak (Personal Project)</a></h1>
<p class="Pp">A proof-of-concept that packages a build of the Linux kernel as a flatpak, while still being able to be used by the system</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">March 12, 2024</td>
<td class="foot-home"><a href="https://xenia.blahaj.land">Go To Main Page</a></td>
<td class="foot-os">Linux 6.6.21</td>
</tr>
</table>
</body>
</html>
|