refactor: flathub submission

This commit is contained in:
Minh141120 2025-08-15 00:04:20 +07:00
parent 1d4a6a72ed
commit 9e7de65990
4 changed files with 12 additions and 58 deletions

View File

@ -1,9 +0,0 @@
[Desktop Entry]
Name=Jan
Comment=Local AI Assistant that runs 100% offline
Exec=run.sh
Icon=ai.menlo.jan
Type=Application
Categories=Development;
Keywords=AI;Assistant;LLM;ChatGPT;Local;Offline;
StartupNotify=true

View File

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>ai.menlo.jan</id>
<metadata_license>FSFAP</metadata_license>
<project_license>AGPL-3.0-only</project_license>
<name>Jan</name>
<summary>Local AI Assistant that runs 100% offline on your device</summary>
<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.menlo.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/menloresearch/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>

View File

@ -2,7 +2,7 @@
<component type="desktop-application"> <component type="desktop-application">
<id>ai.jan.Jan</id> <id>ai.jan.Jan</id>
<metadata_license>FSFAP</metadata_license> <metadata_license>FSFAP</metadata_license>
<project_license>AGPL-3.0-only</project_license> <project_license>Apache-2.0</project_license>
<developer_name>Menlo Research</developer_name> <developer_name>Menlo Research</developer_name>
<name>Jan</name> <name>Jan</name>
<icon type="stock">ai.jan.Jan</icon> <icon type="stock">ai.jan.Jan</icon>
@ -19,10 +19,12 @@
</p> </p>
<p>Features:</p> <p>Features:</p>
<ul> <ul>
<li>Model Library with popular LLMs like Llama, Gemma, Mistral, or Qwen</li> <li> Local AI Models: Download and run large language models like Llama, Gemma, and Qwen directly from Hugging Face. All models run locally on your device.</li>
<li>Connect to Remote AI APIs like Groq and OpenRouter</li> <li>Cloud Integration: Connect to cloud providers such as OpenAI, Anthropic, Gemini, and Groq when needed. Easily switch between local and cloud models</li>
<li>Local API Server with OpenAI-equivalent API</li> <li>Custom Assistants: Set up specialized AI assistants for different tasks, such as writing, summarizing, or coding. Customize their tone and behavior.</li>
<li>Extensions for customizing Jan</li> <li> OpenAI-Compatible API: Jan includes a local API server (localhost:1337) that works with tools and plugins expecting OpenAIs API format.</li>
<li>Model Context Protocol (MCP): Supports MCP to improve context handling and interactions across larger or more complex tasks.</li>
<li>Privacy First: Jan runs fully offline by default. Your data never leaves your device unless you enable cloud connections.</li>
</ul> </ul>
</description> </description>
<launchable type="desktop-id">ai.jan.Jan.desktop</launchable> <launchable type="desktop-id">ai.jan.Jan.desktop</launchable>
@ -33,12 +35,12 @@
</screenshots> </screenshots>
<url type="homepage">https://jan.ai/</url> <url type="homepage">https://jan.ai/</url>
<url type="bugtracker">https://github.com/janhq/jan/issues</url> <url type="bugtracker">https://github.com/menloresearch/jan/issues</url>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="0.5.12" date="2024-01-02"> <release version="0.6.8" date="2025-08-14">
<description> <description>
<p>Latest stable release of Jan AI</p> <p>Latest stable release of Jan AI</p>
</description> </description>

3
flatpak/flathub.json Normal file
View File

@ -0,0 +1,3 @@
{
"only-arches": ["x86_64"]
}