* Chore: Add flatpak manifest * Update flatpak to new release * update * Update to 0.6.7 * re-enable cuda toolkit * add uv to manifest and remove unused yml file * fixup python3-uv * fix uv installation * Update template to 0.6.8 * chore: update sha256 for .deb --------- Co-authored-by: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com>
48 lines
1.5 KiB
XML
48 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>ai.jan.Jan</id>
|
|
<metadata_license>FSFAP</metadata_license>
|
|
<project_license>AGPL-3.0-only</project_license>
|
|
<developer_name>Menlo Research</developer_name>
|
|
<name>Jan</name>
|
|
<icon type="stock">ai.jan.Jan</icon>
|
|
<summary>Local AI Assistant that runs 100% offline on your device</summary>
|
|
<categories>
|
|
<category>Utility</category>
|
|
<category>Education</category>
|
|
<category>Chat</category>
|
|
<category>Dictionary</category>
|
|
</categories>
|
|
<description>
|
|
<p>
|
|
Jan is a ChatGPT-alternative that runs 100% offline on your device. Our goal is to make it easy for anyone to download and run LLMs and use AI with full control and privacy.
|
|
</p>
|
|
<p>Features:</p>
|
|
<ul>
|
|
<li>Model Library with popular LLMs like Llama, Gemma, Mistral, or Qwen</li>
|
|
<li>Connect to Remote AI APIs like Groq and OpenRouter</li>
|
|
<li>Local API Server with OpenAI-equivalent API</li>
|
|
<li>Extensions for customizing Jan</li>
|
|
</ul>
|
|
</description>
|
|
<launchable type="desktop-id">ai.jan.Jan.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://catalog.jan.ai/flatpak/demo.gif</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<url type="homepage">https://jan.ai/</url>
|
|
<url type="bugtracker">https://github.com/janhq/jan/issues</url>
|
|
|
|
<content_rating type="oars-1.1" />
|
|
|
|
<releases>
|
|
<release version="0.5.12" date="2024-01-02">
|
|
<description>
|
|
<p>Latest stable release of Jan AI</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|