💾 Archived View for auragem.letz.dev › devlog › 20240409.gmi captured on 2024-06-16 at 13:19:54. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-10)
-=-=-=-=-=-=-
Near the end of March, I started a new series of posts talking about the design choices of Gemini (and Gopher), which you can find here:
However, I stopped just before the start of April because I was working on an entirely new project - a new graphical browser for gemini, nex, spartan, and scroll. This is a project I've been wanting to take up for the past two years. About two years ago I wrote a custom GUI library in the Odin programming language. However, I was unable to use it for browsers and networking because Odin lacked a TLS/SSL library.
When I stopped the posts in late March is when I started work on porting this GUI library over to Golang. I then started developing this new browser, which was at the time called "scroll-gui-golang". This process of porting the GUI library over and making sure I had the GUI elements required to start work on the browser took a lot of time, but I got it done.
So with this, I officially introduce the alpha of Profectus. You can view more information about Profectus and download it via Gemini here:
And here is the source-code, licensed MIT:
https://gitlab.com/clseibold/profectus
Here are some images of the browser running:
The current alpha state of profectus was built to be the most basic functional browser, which means there are a lot of missing features and probably bugs too. I have many features and bug fixes planned, which you can see below. The most foundational features will go in the beta, the commonly expected browser features will be released with 1.0, and 1.1 and 1.2 will include mostly quality of life updates and features.