1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!-- https://www.freedesktop.org/software/appstream/metainfocreator/#/guiapp -->
3+
4+ <component type =" desktop-application" >
5+ <id >com.iche2.gai</id >
6+
7+ <name >Gai</name >
8+ <summary >Generative-AI tools for beginner</summary >
9+
10+ <metadata_license >MIT</metadata_license >
11+ <project_license >GPL-3.0-or-later</project_license >
12+
13+ <requires >
14+ <internet >always</internet >
15+ </requires >
16+
17+ <recommends >
18+ <!-- Mobile/tablet AND desktop supported -->
19+ <display_length compare =" ge" >360</display_length >
20+ </recommends >
21+
22+ <!-- Desktop AND mobile supported -->
23+ <supports >
24+ <control >pointing</control >
25+ <control >keyboard</control >
26+ <control >touch</control >
27+ </supports >
28+
29+ <description >
30+ <p >
31+ <!-- Gai: Generative-AI Tools For Beginner -->
32+ No ads, No registration, No other permissions required. Internet connection only.
33+ </p >
34+ <ul >
35+ <li >Multimodal conversations: Text, images, videos – easily get the content you need.</li >
36+ <li >User-friendly interface: Conveniently manage prompts, instructions, parameters, and input/output.</li >
37+ <li >Scheduled Tasks: Pre-set time, automatically generate content.</li >
38+ <li >Private prompt libraries: Support offline/online prompt libraries.</li >
39+ <li >Multiple output options: Local logs or your private network server.</li >
40+ </ul >
41+ <p >Full-featured, customizable, and easy to master!</p >
42+ </description >
43+
44+ <launchable type =" desktop-id" >com.iche2.gai.desktop</launchable >
45+ <url type =" homepage" >https://webpath.iche2.com/app/gai/download_en.html</url >
46+ <url type =" help" >https://webpath.iche2.com/gaidoc/en/</url >
47+ <url type =" vcs-browser" >https://github.com/huanguan1978/pygai</url >
48+ <url type =" bugtracker" >https://github.com/huanguan1978/pygai/issues</url >
49+
50+ <screenshots >
51+ <screenshot type =" default" >
52+ <image >https://webpath.iche2.com/gaidoc/en/img/screenshot-primary.png</image >
53+ <caption >Main UI, Ai Search</caption >
54+ </screenshot >
55+
56+ <screenshot >
57+ <image >https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-1.png</image >
58+ <caption >Entry UI, Converse naturally with the AI, using text and images to generate content </caption >
59+ </screenshot >
60+ <screenshot >
61+ <image >https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-2.png</image >
62+ <caption >Chat UI, Multi-turn Conversations</caption >
63+ </screenshot >
64+ <screenshot >
65+ <image >https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-3.png</image >
66+ <caption >Setting language, usagemode (model & apikey) </caption >
67+ </screenshot >
68+ <screenshot >
69+ <image >https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-4.png</image >
70+ <caption >create HTTP request for HTTP jobs (status-only) or HTTP crons (process & callback) </caption >
71+ </screenshot >
72+ <screenshot >
73+ <image >https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-5.png</image >
74+ <caption >Automatically publishes the Daily Wordsmith essay to the website using PyGai </caption >
75+ </screenshot >
76+ <screenshot >
77+ <image >https://webpath.iche2.com/gaidoc/en/img/screenshot-additional-6.png</image >
78+ <caption >Generate image using model 2.0 preview-image-gen </caption >
79+ </screenshot >
80+
81+
82+ </screenshots >
83+
84+ <icon type =" stock" >com.iche2.gai</icon >
85+ <categories >
86+ <category >Utility</category >
87+ <category >Documentation</category >
88+ <category >ArtificialIntelligence</category >
89+ </categories >
90+ <provides >
91+ <binary >gai</binary >
92+ </provides >
93+ <branding >
94+ <color type =" primary" scheme_preference =" light" >#fef7ff</color >
95+ <color type =" primary" scheme_preference =" dark" >#141218</color >
96+ </branding >
97+
98+ <developer id =" com.iche2.gai" >
99+ <name >Heshan Aisipai E-commerce Co., Ltd</name >
100+ </developer >
101+ <
update_contact >
[email protected] </
update_contact >
102+ <content_rating type =" oars-1.0" />
103+ <keywords >
104+ <keyword >AI</keyword >
105+ <keyword >OpenAI</keyword >
106+ <keyword >Generative AI Agent</keyword >
107+ <keyword >Google AI</keyword >
108+ <keyword >Prompt</keyword >
109+ <keyword >ChatGPT</keyword >
110+ <keyword >Gemini</keyword >
111+ <keyword >Imagen</keyword >
112+ <keyword >dynamic thinking</keyword >
113+ <keyword >image generation</keyword >
114+ </keywords >
115+
116+ <releases >
117+ <release version =" 1.2.0" date =" 2025-06-25" >
118+ <description translate =" no" >
119+ <ul >
120+ <li >support Gemini 2.5 Flash dynamic thinking.</li >
121+ <li >support Gemini 2.0 Flash preview image generation.</li >
122+ <li >remove Gemini 1.5 models are now discontinued.</li >
123+ </ul >
124+ </description >
125+ </release >
126+
127+ <release version =" 1.1.2" date =" 2025-02-28" >
128+ <description translate =" no" >
129+ <ul >
130+ <li >support Gemini 2.0 Flash Lite, Multimodal inputs, Text output.</li >
131+ </ul >
132+ </description >
133+ </release >
134+ <release version =" 1.1.1" date =" 2025-02-27" >
135+ <description translate =" no" >
136+ <ul >
137+ <li >setting - usagemodel - API Key - support gemini API key.</li >
138+ <li >setting - usagemodel - Reset Trial - fix trial errors and restart on Home.</li >
139+ <li >setting - logexpiration - automatically delete logs after a set period to free up space and improve performance.</li >
140+ </ul >
141+ </description >
142+ </release >
143+ <release version =" 1.1.0" date =" 2025-02-08" >
144+ <description translate =" no" >
145+ <ul >
146+ <li >support Gemini 2.0 Flash, Multimodal inputs, Text output.</li >
147+ <li >automate generative AI's scheduled tasks with python.</li >
148+ <li >on interruption, show the last input for easy chat retry.</li >
149+ </ul >
150+ </description >
151+ </release >
152+ <release version =" 1.0.0" date =" 2025-01-18" >
153+ <description translate =" no" >
154+ <ul >
155+ <li >the first cross-platform release</li >
156+ <li >support Gemini 1.5 Pro|Flash|Flash8B .</li >
157+ <li >customizable, Setting -> Usage Mode: Local Only and your API Key.</li >
158+ <li >support imagen 3.0 (Usage Mode: Serve Only)</li >
159+ </ul >
160+ </description >
161+ </release >
162+ </releases >
163+
164+ </component >
0 commit comments