2024-05-12 18:18:25 -06:00
<?xml version="1.0" encoding="UTF-8"?>
<component type= "desktop" >
2024-05-12 20:30:14 -06:00
<id > com.jeffser.Alpaca</id>
2024-05-12 18:18:25 -06:00
<metadata_license > CC0-1.0</metadata_license>
<project_license > GPL-3.0-or-later</project_license>
2024-05-12 20:30:14 -06:00
<launchable type= "desktop-id" > com.jeffser.Alpaca.desktop</launchable>
<name > Alpaca</name>
2024-05-27 21:01:43 -06:00
<summary > Chat with local AI models</summary>
2024-05-12 18:18:25 -06:00
<description >
2024-05-16 10:01:08 -06:00
<p > An Ollama client</p>
2024-05-12 22:45:31 -06:00
<p > Features</p>
2024-05-12 20:30:14 -06:00
<ul >
2024-05-26 00:01:14 -06:00
<li > Built in Ollama instance</li>
2024-05-12 20:30:14 -06:00
<li > Talk to multiple models in the same conversation</li>
<li > Pull and delete models from the app</li>
2024-05-23 19:40:35 -06:00
<li > Have multiple conversations</li>
2024-05-26 00:01:14 -06:00
<li > Image recognition (Only available with compatible models)</li>
2024-05-23 19:40:35 -06:00
<li > Import and export chats</li>
2024-05-12 20:30:14 -06:00
</ul>
2024-05-12 22:45:31 -06:00
<p > Disclaimer</p>
2024-05-12 21:53:58 -06:00
<p > This project is not affiliated at all with Ollama, I'm not responsible for any damages to your device or software caused by running code given by any models.</p>
2024-05-12 18:18:25 -06:00
</description>
2024-05-12 20:30:14 -06:00
<developer id= "tld.vendor" >
<name > Jeffry Samuel Eduarte Rojas</name>
</developer>
<provides >
<binary > alpaca</binary>
</provides>
<icon type= "stock" > com.jeffser.Alpaca</icon>
2024-05-12 22:54:55 -06:00
<categories >
<category > Utility</category>
<category > Development</category>
<category > Chat</category>
</categories>
2024-05-23 19:47:50 -06:00
<requires >
<display_length compare= "ge" > 360</display_length>
</requires>
<recommends >
<control > keyboard</control>
2024-05-26 00:01:14 -06:00
<control > pointing</control>
<control > touch</control>
2024-05-23 19:47:50 -06:00
</recommends>
2024-05-12 20:30:14 -06:00
<branding >
2024-05-16 09:58:57 -06:00
<color type= "primary" scheme_preference= "light" > #8cdef5</color>
<color type= "primary" scheme_preference= "dark" > #0f2b78</color>
2024-05-12 20:30:14 -06:00
</branding>
<screenshots >
<screenshot type= "default" >
<image > https://jeffser.com/images/alpaca/screenie1.png</image>
2024-05-24 18:18:44 -06:00
<caption > A conversation showing code highlight</caption>
2024-05-12 20:30:14 -06:00
</screenshot>
2024-05-12 23:26:47 -06:00
<screenshot >
2024-05-12 20:30:14 -06:00
<image > https://jeffser.com/images/alpaca/screenie2.png</image>
<caption > A conversation involving multiple models</caption>
</screenshot>
2024-05-12 23:26:47 -06:00
<screenshot >
2024-05-12 20:30:14 -06:00
<image > https://jeffser.com/images/alpaca/screenie3.png</image>
<caption > Managing models</caption>
</screenshot>
</screenshots>
2024-05-13 13:25:46 -06:00
<content_rating type= "oars-1.1" />
2024-05-12 20:30:14 -06:00
<url type= "bugtracker" > https://github.com/Jeffser/Alpaca/issues</url>
<url type= "homepage" > https://github.com/Jeffser/Alpaca</url>
<url type= "donation" > https://github.com/sponsors/Jeffser</url>
2024-05-12 22:45:31 -06:00
<releases >
2024-05-29 00:10:04 -06:00
<release version= "0.9.0" date= "2024-05-29" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.9.0</url>
<description >
<p > Daily Update</p>
<ul >
<li > Added text ellipsis to chat name so it doesn't change the button width</li>
<li > New shortcut for creating a chat (CTRL+N)</li>
<li > New message entry design</li>
</ul>
</description>
</release>
2024-05-28 11:28:09 -06:00
<release version= "0.8.8" date= "2024-05-28" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.8</url>
<description >
<p > The fix</p>
<ul >
<li > Fixed: Ollama instance keeps running on the background even when it is disabled</li>
<li > Fixed: Can't pull models on the integrated instance</li>
</ul>
</description>
</release>
2024-05-27 21:03:52 -06:00
<release version= "0.8.7" date= "2024-05-27" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.7</url>
<description >
<p > Quick tweaks</p>
<ul >
<li > Added progress bar to models that are being pulled</li>
<li > Added size to tags when pulling a model</li>
<li > General optimizations on the background</li>
</ul>
</description>
</release>
2024-05-26 14:49:42 -06:00
<release version= "0.8.6" date= "2024-05-26" >
2024-05-27 21:03:52 -06:00
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.6</url>
2024-05-26 14:49:42 -06:00
<description >
<p > Quick fixes</p>
<ul >
<li > Fixed: Scroll when message is received</li>
<li > Fixed: Content doesn't change when creating a new chat</li>
<li > Added 'Featured Models' page on welcome dialog</li>
</ul>
</description>
</release>
2024-05-26 00:57:03 -06:00
<release version= "0.8.5" date= "2024-05-26" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.5</url>
<description >
2024-05-26 00:59:32 -06:00
<p > Nice Update</p>
2024-05-26 00:57:03 -06:00
<ul >
<li > UI tweaks (Thanks Nokse22)</li>
<li > General optimizations</li>
<li > Metadata fixes</li>
</ul>
</description>
</release>
2024-05-24 18:56:36 -06:00
<release version= "0.8.1" date= "2024-05-24" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.1</url>
<description >
<p > Quick fix</p>
<ul >
<li > Updated Spanish translation</li>
<li > Added compatibility for PNG</li>
</ul>
</description>
</release>
2024-05-24 18:27:00 -06:00
<release version= "0.8.0" date= "2024-05-24" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.8.0</url>
<description >
<p > New Update</p>
<ul >
<li > Updated model list</li>
<li > Added image recognition to more models</li>
<li > Added Brazilian Portuguese translation (Thanks Daimaar Stein)</li>
<li > Refined the general UI (Thanks Nokse22)</li>
<li > Added 'delete message' feature</li>
<li > Added metadata so that software distributors know that the app is compatible with mobile</li>
<li > Changed 'send' shortcut to just the return/enter key (to add a new line use shift+return)</li>
</ul>
</description>
</release>
2024-05-23 11:53:06 -06:00
<release version= "0.7.1" date= "2024-05-23" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.7.1</url>
<description >
<p > Bug Fixes</p>
<ul >
<li > Fixed: Minor spelling mistake</li>
<li > Added 'mobile' as a supported form factor</li>
<li > Fixed: 'Connection Error' dialog not working properly</li>
<li > Fixed: App might freeze randomly on startup</li>
2024-05-23 12:02:18 -06:00
<li > Changed 'chats' label on sidebar for 'Alpaca'</li>
2024-05-23 11:53:06 -06:00
</ul>
</description>
</release>
2024-05-22 19:54:02 -06:00
<release version= "0.7.0" date= "2024-05-22" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.7.0</url>
<description >
<p > Cool Update</p>
<ul >
<li > Better design for chat window</li>
<li > Better design for chat sidebar</li>
<li > Fixed remote connections</li>
<li > Fixed Ollama restarting in loop</li>
<li > Other cool backend stuff</li>
</ul>
</description>
</release>
2024-05-21 23:26:22 -06:00
<release version= "0.6.0" date= "2024-05-21" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.6.0</url>
<description >
<p > Huge Update</p>
<ul >
<li > Added Ollama as part of Alpaca, Ollama will run in a sandbox</li>
<li > Added option to connect to remote instances (how it worked before)</li>
<li > Added option to import and export chats</li>
<li > Added option to run Alpaca with Ollama in the background</li>
<li > Added preferences dialog</li>
<li > Changed the welcome dialog</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-20 19:20:29 -06:00
<release version= "0.5.5" date= "2024-05-20" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.5.5</url>
<description >
<p > Yet Another Daily Update</p>
<ul >
<li > Added better UI for 'Manage Models' dialog</li>
<li > Added better UI for the chat sidebar</li>
<li > Replaced model description with a button to open Ollama's website for the model</li>
<li > Added myself to the credits as the spanish translator</li>
<li > Using XDG properly to get config folder</li>
<li > Update for translations</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-19 21:54:42 -06:00
<release version= "0.5.2" date= "2024-05-19" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.5.2</url>
<description >
<p > Quick Fix</p>
<ul >
<li > The last update had some mistakes in the description of the update</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-19 21:29:06 -06:00
<release version= "0.5.1" date= "2024-05-19" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.5.1</url>
2024-05-19 21:54:42 -06:00
<description >
<p > Another Daily Update</p>
<ul >
<li > Added full Spanish translation</li>
<li > Added support for background pulling of multiple models</li>
<li > Added interrupt button</li>
<li > Added basic shortcuts</li>
<li > Better translation support</li>
<li > User can now leave chat name empty when creating a new one, it will add a placeholder name</li>
<li > Better scalling for different window sizes</li>
<li > Fixed: Can't close app if first time setup fails</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
2024-05-19 21:29:06 -06:00
</release>
2024-05-19 00:36:11 -06:00
<release version= "0.5.0" date= "2024-05-19" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.5.0</url>
<description >
<p > Really Big Update</p>
<ul >
<li > Added multiple chats support!</li>
<li > Added Pango Markup support (bold, list, title, subtitle, monospace)</li>
<li > Added autoscroll if the user is at the bottom of the chat</li>
<li > Added support for multiple tags on a single model</li>
<li > Added better model management dialog</li>
<li > Added loading spinner when sending message</li>
<li > Added notifications if app is not active and a model pull finishes</li>
<li > Added new symbolic icon</li>
<li > Added frame to message textview widget</li>
<li > Fixed "code blocks shouldn't be editable"</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-17 00:39:49 -06:00
<release version= "0.4.0" date= "2024-05-17" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.4.0</url>
<description >
<p > Big Update</p>
<ul >
<li > Added code highlighting</li>
<li > Added image recognition (llava model)</li>
<li > Added multiline prompt</li>
<li > Fixed some small bugs</li>
<li > General optimization</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-16 15:15:42 -06:00
<release version= "0.3.0" date= "2024-05-16" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.3.0</url>
<description >
<p > Fixes and features</p>
<ul >
<li > Russian translation (thanks github/alexkdeveloper)</li>
<li > Fixed: Cannot close app on first setup</li>
<li > Fixed: Brand colors for Flathub</li>
<li > Fixed: App description</li>
<li > Fixed: Only show 'save changes dialog' when you actually change the url</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-14 00:27:02 -06:00
<release version= "0.2.2" date= "2024-05-14" >
2024-05-17 00:39:49 -06:00
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.2.2</url>
2024-05-14 00:27:02 -06:00
<description >
<p > 0.2.2 Bug fixes</p>
<ul >
<li > Toast messages appearing behind dialogs</li>
<li > Local model list not updating when changing servers</li>
<li > Closing the setup dialog closes the whole app</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-13 13:53:58 -06:00
<release version= "0.2.1" date= "2024-05-14" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.2.1</url>
<description >
<p > 0.2.1 Data saving fix</p>
<p > The app didn't save the config files and chat history to the right directory, this is now fixed</p>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-13 13:25:46 -06:00
<release version= "0.2.0" date= "2024-05-14" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.2.0</url>
<description >
<p > 0.2.0</p>
<p > Big Update</p>
<p > New Features</p>
<ul >
<li > Restore chat after closing the app</li>
<li > A button to clear the chat</li>
<li > Fixed multiple bugs involving how messages are shown</li>
<li > Added welcome dialog</li>
<li > More stability</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
2024-05-12 23:30:08 -06:00
<release version= "0.1.2" date= "2024-05-13" >
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.1.2</url>
<description >
<p > 0.1.2 Quick fixes</p>
<p > This release fixes some metadata needed to have a proper Flatpak application</p>
</description>
</release>
2024-05-12 22:45:31 -06:00
<release version= "0.1.1" date= "2024-05-12" >
2024-05-12 22:49:55 -06:00
<url type= "details" > https://github.com/Jeffser/Alpaca/releases/tag/0.1.1</url>
2024-05-12 22:45:31 -06:00
<description >
<p > 0.1.1 Stable Release</p>
<p > This is the first public version of Alpaca</p>
<p > Features</p>
<ul >
<li > Talk to multiple models in the same conversation</li>
<li > Pull and delete models from the app</li>
</ul>
<p >
Please report any errors to the issues page, thank you.
</p>
</description>
</release>
</releases>
2024-05-12 18:18:25 -06:00
</component>