As commented before[1], I've been working on the past months to get the Dillo
back to life and today I'm happy to release the 3.1.0 version, after almost 9
years since the last one.<p>[1]: <a href="https://news.ycombinator.com/item?id=38847613">https://news.ycombinator.com/item?id=38847613</a><p>During this time:<p>- A new mailing list was created[2] which is beginning to get
some messages and patches. It is available in gmane via NNTP at
gmane.comp.web.dillo.devel.<p>[2]: <a href="https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/" rel="nofollow">https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman...</a><p>- A LiberaPay page[3] which received the first donations (thanks!).<p>[3]: <a href="https://liberapay.com/dillo/" rel="nofollow">https://liberapay.com/dillo/</a><p>- Some more bugs where fixed and new features where added (details in the
release page and/or changelog).<p>Thanks to all the people that contributed with patches and tests. Now let's see
if we can make it land in some distros!
As commented before[1], I've been working on the past months to get the Dillo
back to life and today I'm happy to release the 3.1.0 version, after almost 9
years since the last one.<p>[1]: <a href="https://news.ycombinator.com/item?id=38847613">https://news.ycombinator.com/item?id=38847613</a><p>During this time:<p>- A new mailing list was created[2] which is beginning to get
some messages and patches. It is available in gmane via NNTP at
gmane.comp.web.dillo.devel.<p>[2]: <a href="https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/" rel="nofollow">https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman...</a><p>- A LiberaPay page[3] which received the first donations (thanks!).<p>[3]: <a href="https://liberapay.com/dillo/" rel="nofollow">https://liberapay.com/dillo/</a><p>- Some more bugs where fixed and new features where added (details in the
release page and/or changelog).<p>Thanks to all the people that contributed with patches and tests. Now let's see
if we can make it land in some distros!
I spent the last few days building out a nicer ChatGPT-like interface to use Mistral 7B and Llama 3 fully within a browser (no deps and installs).<p>I’ve used the WebLLM project by MLC AI for a while to interact with LLMs in the browser when handling sensitive data but I found their UI quite lacking for serious use so I built a much better interface around WebLLM.<p>I’ve been using it as a therapist and coach. And it’s wonderful knowing that my personal information never leaves my local computer.<p>Should work on Desktop with Chrome or Edge. Other browsers are adding WebGPU support as well - see the Github for details on how you can get it to work on other browsers.<p>Note: after you send the first message, the model will be downloaded to your browser cache. That can take a while depending on the model and your internet connection. But on subsequent page loads, the model should be loaded from the IndexedDB cache so it should be much faster.<p>The project is open source (Apache 2.0) on Github. If you like it, I’d love contributions, particularly around making the first load faster.<p>Github: <a href="https://github.com/abi/secret-llama">https://github.com/abi/secret-llama</a>
Demo: <a href="https://secretllama.com" rel="nofollow">https://secretllama.com</a>