this post was submitted on 03 Jul 2026
61 points (96.9% liked)

Opensource

6387 readers
151 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Hello everyone!!

D.eSystem 6.0.6 alpha introduces the first GUI for my operating system D.eSystem 6.

The system is currently keyboard‑only, but mouse support is planned for future versions.

The usage is similar to D.eSystem 6.0.5, but now with a graphical interface, and the calculator also received a GUI version.

Requirements:

64‑bit CPU

UEFI firmware (Legacy BIOS is not supported)

D.eSystem 6.0.6 alpha runs on any VM (QEMU, VirtualBox, VMware) and on real hardware.

Download D.eSystem 6.0.6 alpha here: https://github.com/D-electronics-scratch/D.eSystem-6.0.6-alpha-iso-download

you are viewing a single comment's thread
view the rest of the comments
[–] one_old_coder@piefed.social 4 points 1 week ago (1 children)

Definitely one and only one repository where the "versions / releases" are branches or tags. That way, you can compare your versions with git, fix an old version, etc.

Having multiple repositories is a PITA for you and for others.

I like this branching strategy but you can use your own: https://trunkbaseddevelopment.com/

[–] D_elec_dev@lemmy.world 1 points 1 week ago

Ok,thanks for your tip