Merge pull request #6182 from menloresearch/refactor/flathub-submission
refactor: flathub submission
This commit is contained in:
commit
9732a9b8b9
@ -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
|
||||
@ -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>
|
||||
@ -2,7 +2,7 @@
|
||||
<component type="desktop-application">
|
||||
<id>ai.jan.Jan</id>
|
||||
<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>
|
||||
<name>Jan</name>
|
||||
<icon type="stock">ai.jan.Jan</icon>
|
||||
@ -19,10 +19,12 @@
|
||||
</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>
|
||||
<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>Cloud Integration: Connect to cloud providers such as OpenAI, Anthropic, Gemini, and Groq when needed. Easily switch between local and cloud models</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> OpenAI-Compatible API: Jan includes a local API server (localhost:1337) that works with tools and plugins expecting OpenAI’s 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>
|
||||
</description>
|
||||
<launchable type="desktop-id">ai.jan.Jan.desktop</launchable>
|
||||
@ -33,12 +35,12 @@
|
||||
</screenshots>
|
||||
|
||||
<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" />
|
||||
|
||||
<releases>
|
||||
<release version="0.5.12" date="2024-01-02">
|
||||
<release version="0.6.8" date="2025-08-14">
|
||||
<description>
|
||||
<p>Latest stable release of Jan AI</p>
|
||||
</description>
|
||||
|
||||
3
flatpak/flathub.json
Normal file
3
flatpak/flathub.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"only-arches": ["x86_64"]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user