<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>SyMenu - General discussion &amp; questions - A crazy new adventure! - Messages</title>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<description>SyMenu - General discussion &amp; questions - A crazy new adventure! - Messages</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<pubDate>Mon, 13 Apr 2026 08:24:29 GMT</pubDate>
<lastBuildDate>Mon, 13 Apr 2026 08:24:29 GMT</lastBuildDate>
<item>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<title>Message from jibibi</title>
<description><![CDATA[Beau projet !]]></description>
<pubDate>Mon, 13 Apr 2026 08:24:29 GMT</pubDate>
</item>
<item>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<title>Message from sl23</title>
<description><![CDATA[haha! Glad I don't disappoint! But then... doesn't that make me predictable? <img src="images/smilies/upset.gif" border=0 alt="upset" /> Hopefully in a good way! <img src="images/smilies/smile.gif" border=0 alt="smile" /><br/><br/>That's good news, glad your planning portability! <img src="images/smilies/biggrin.gif" border="0" alt="Big Grin" /><br/>I bet this is an interesting project for you eh?<br/><br/>Re: Plugins - Also good news about current support. Not so about plugins, that looks quite complex when I looked inside the plugins folders to see what they consisted of O.o<br/>I assume it'll require quite a bit of knowledge of .NET and some other stuff to do this?<br/>Still, looks very useful indeed. Thanks for making it! <img src="images/smilies/wink.gif" border=0 alt="wink" />]]></description>
<pubDate>Mon, 09 Mar 2026 15:37:03 GMT</pubDate>
</item>
<item>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<title>Message from Gianluca</title>
<description><![CDATA[Interesting questions (and I wouldn’t expect anything different from you, my friend <img src="images/smilies/smile.gif" border=0 alt="smile" /> ).<br/><br/>Is it portable?  <br/>Well, it will be. Once I exit the beta phase, I’ll include it as an SPS in SyMenu.<br/>At the moment it writes its data in AppData\Local\GANI, but as you know, SyMenu can easily redirect that folder into a program’s subfolder.<br/>The other file it creates is a virtual disk called GANI, which you’re free to place wherever you want.<br/>So when GANI becomes part of SyMenu, its setup will be torn to pieces, just like we do for every other program... no privileges for anyone inside the SyMenu suite.<br/><br/>Plugin  <br/>Currently, GANI can read any kind of text file with the following extensions: .txt, .log, .csv, .ini, .md, .htm, .html, so HTML is already supported.<br/>XML would be plain text too, but it’s more flexible than HTML because XML can define its own tags. So I can consider supporting specific XML formats. For example, if a data flow uses a specific XML structure, I can create a plugin to decode it without losing information. Remember that HTML relies on tag content, while XML can store information in attributes as well.<br/><br/>As for the other formats: why not? I designed the plugin system exactly to expand the tool or to allow someone else to expand it.<br/>In fact, in addition to plain text files, I've already written plugins for xlsx, docx, pdf, pptx, and rtf.<br/><br/><i>edited by Gianluca on 10/03/2026</i>]]></description>
<pubDate>Mon, 09 Mar 2026 14:11:06 GMT</pubDate>
</item>
<item>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<title>Message from sl23</title>
<description><![CDATA[That sounds interesting! Are you bored with SyMenu now then? lol<br/><br/><br/>The most important question I have though... Is it portable? <img src="images/smilies/biggrin.gif" border="0" alt="Big Grin" /><br/>Will there be more plugins for other formats? I'm thinking: epub, mobi, djvw, html, xml, etc.<br/>These would be the most useful for me personally.<br/>I have many ebooks and this app would help in learning subjects.<br/><br/>Thanks Gian! <img src="images/smilies/wink.gif" border=0 alt="wink" /><br/><br/><i>edited by sl23 on 09/03/2026</i>]]></description>
<pubDate>Mon, 09 Mar 2026 13:40:59 GMT</pubDate>
</item>
<item>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<title>Message from Gianluca</title>
<description><![CDATA[Thank you.<br/>It's because GANI is a fresh new app without a signed setup. <br/>I think with 200 positive reports, MS will remove the alert or, better, I can add GANI to the SyMenu suite that is more permissive.]]></description>
<pubDate>Fri, 06 Mar 2026 19:23:27 GMT</pubDate>
</item>
<item>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<title>Message from Nardy</title>
<description><![CDATA[Smart App Control blocks the downloaded app. I posted a FeedBack. Waiting for MS.]]></description>
<pubDate>Fri, 06 Mar 2026 19:09:46 GMT</pubDate>
</item>
<item>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<title>Message from AllonZ</title>
<description><![CDATA[Awesome! I've been looking for something like this for a while now. Can't wait to try it!]]></description>
<pubDate>Wed, 04 Mar 2026 17:56:00 GMT</pubDate>
</item>
<item>
<link>https://ugmfree.it/forum/messages.aspx?TopicID=970</link>
<title>Message from Gianluca</title>
<description><![CDATA[Hello everyone,<br/><br/>I'm going a bit off-topic here to tell you about a new, exciting madness I've been diving into lately: it's called GANI.<br/><br/>GANI is a very different program from SyMenu, yet it draws many of its core principles from it: absolute precision, total control, and zero compromises.<br/><br/>So, what exactly is GANI?<br/>In technical terms, it is a RAG system assisted by conversational AI.<br/>Specifically, a RAG (Retrieval-Augmented Generation) is a system usually based on an LLM (Large Language Model), making it similar to ChatGPT, Gemini, or Copilot. Unlike those, however, a RAG concentrates its analytical power primarily on the user's own data. In practice, it's an intelligent assistant that reads your documents, understands them, and answers your questions based predominantly on the materials it has "absorbed".<br/><br/>For those who know a bit about the subject: I should clarify that it isn't exactly an "agent". It won't take initiative, it won't control your accounts, it won't go grocery shopping for you, and it won't clean the cat's litter box. It limits itself to reading and digesting only the documents you actively provide. Likewise, it will erase from its memory any documents you remove.<br/><br/>Is this the "total control" I mentioned earlier?<br/>No. There are various software tools today that offer more or less the same thing. Even AIs like ChatGPT can do it: you give them a document, they read it, and they process it.<br/><br/>The real revolution here is something else: 100% local privacy, with no smoke and mirrors.<br/>Today we are surrounded by cloud-based AI. Even 99% of so-called "local agents" are nothing more than interfaces that ultimately rely on online services for the actual processing.<br/>But for me, privacy is not: "send me your text, I'll analyze it, I'll reply, and then... I promise... trust me... I'll delete it."<br/>To me, privacy means not sending anything out at all, in the most absolute and total way.<br/><br/>GANI's AI runs entirely on your PC.<br/>The whole indexing and analysis process happens right there, on your hardware, completely offline.<br/>Your data never leaves your hard drive.<br/>GANI is an AI with a pure and irreproachable soul that respects your privacy and doesn't exploit your content simply because... technically, it can't.<br/><br/>Clearly, running everything locally comes at a price: the hardware requirements are heavy. This isn't "lightweight" software for every PC but it requires computing power to run the models smoothly. You need a GPU, RAM, and VRAM. If you want to use the most powerful LLM models (GANI lets you choose from several), you'll need to increase that power... in the magic world of AI, power is everything. And unfortunately, power has a cost. And if you think we have all this computing power for free on the cloud today... well, reflect on the fact that you are paying for it with your data.<br/><br/>Consistent with my long-standing tradition, GANI will be completely free for the vast majority of users. However, to make it sustainable, I have included a limit on the number of indexable documents in the Free version (the Pro version will be dedicated to those who need to manage large volumes or want to use it commercially). SyMenu, in its own way, taught me that this is the only way to ensure continuity and remove the boundaries of development.<br/><br/>Why this post?<br/>Well, I need some of you, enthusiastic and technically skilled people, who want to jump into this new adventure.<br/>At this stage of development, I am looking for:<br/><br/>    Beta Testers: to measure the AI engine performance on different hardware configurations and to test the user interface.<br/><br/>    Translators: to make GANI multilingual.<br/><br/>But I've also opened this thread to gather your suggestions, doubts, technical insights, or critiques.<br/>I want to know what you think and if the idea of a truly local AI seems as sensible to you as it does to me.<br/>If you'd like to give a hand with testing or translations, please write to me in private.<br/><br/>You can learn more and download the beta version of the program on the GANI website here:<br/><a href="https://ganisoft.com" target="_blank" rel="nofollow">https://ganisoft.com</a>]]></description>
<pubDate>Wed, 04 Mar 2026 12:11:46 GMT</pubDate>
</item>
</channel>
</rss>
