Skip to content

Commit dceea90

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent a7867ab commit dceea90

File tree

5 files changed

+213
-0
lines changed

5 files changed

+213
-0
lines changed

apps/SimpleX.md

+130
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
---
2+
layout: app
3+
4+
permalink: /SimpleX/
5+
description: Private and secure open-source messenger - no user IDs (not even random numbers)
6+
license: AGPL-3.0
7+
8+
icons:
9+
- SimpleX/icons/512x512/simplex.png
10+
screenshots:
11+
- https://simplex.chat/img/simplex-desktop-linux-light.png
12+
13+
authors:
14+
- name: simplex-chat
15+
url: https://github.com/simplex-chat
16+
17+
links:
18+
- type: GitHub
19+
url: simplex-chat/simplex-chat
20+
- type: Download
21+
url: https://github.com/simplex-chat/simplex-chat/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Type: Application
26+
Name: SimpleX Chat
27+
Comment: Private and secure open-source messenger - no user IDs (not even random
28+
numbers)
29+
Exec: simplex
30+
Icon: simplex
31+
Categories: Network
32+
AppImageHub:
33+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
34+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
35+
could not be verified. Please remember that the signature file (.sig or .asc)
36+
should be the first file given on the command line.'
37+
X-AppImage-Type: 2
38+
X-AppImage-Architecture: x86_64
39+
40+
appdata:
41+
Type: desktop-application
42+
ID: chat.simplex.app
43+
Name:
44+
C: SimpleX
45+
Summary:
46+
C: Private and secure open-source messenger - no user IDs (not even random numbers)
47+
Description:
48+
C: >-
49+
<p>Security assessment was done by Trail of Bits in November 2022.</p>
50+
51+
<p>SimpleX Chat features:</p>
52+
53+
<ul>
54+
<li>end-to-end encrypted messages, with editing, replies and deletion of messages.</li>
55+
<li>sending end-to-end encrypted images and files.</li>
56+
<li>single-use and long-term user addresses.</li>
57+
<li>secret chat groups - only group members know it exists and who is the member.</li>
58+
<li>end-to-end encrypted audio and video calls.</li>
59+
<li>private instant notifications.</li>
60+
<li>portable chat profile - you can transfer your chat contacts and history to another device (terminal or mobile).</li>
61+
<li>encrypted app database and files in the app storage (except videos).</li>
62+
<li>18 interface languages.</li>
63+
</ul>
64+
65+
<p>SimpleX Chat advantages:</p>
66+
67+
<ul>
68+
<li>Full privacy of your identity, profile, contacts and metadata: unlike any other existing messaging platform, SimpleX
69+
uses no phone numbers or any other identifiers assigned to the users - not even random numbers. This protects the privacy
70+
of who you are communicating with, hiding it from SimpleX platform servers and from any observers.</li>
71+
<li>Complete protection against spam and abuse: as you have no identifier on SimpleX platform, you cannot be contacted
72+
unless you share a one-time invitation link or an optional temporary user address.</li>
73+
<li>Full ownership, control and security of your data: SimpleX stores all user data on client devices, the messages
74+
are only held temporarily on SimpleX relay servers until they are received.</li>
75+
<li>Decentralized network: you can use SimpleX with your own servers and still communicate with people using the servers
76+
that are pre-configured in the apps or any other SimpleX servers.</li>
77+
</ul>
78+
79+
<p>You can connect to anybody you know via link or scan QR code (in the video call or in person) and start sending messages
80+
instantly - no emails, phone numbers or passwords needed.</p>
81+
82+
<p>Your profile and contacts are only stored in the app on your device - our servers do not have access to this information.</p>
83+
84+
<p>All messages are end-to-end encrypted using open-source double-ratchet protocol; the messages are routed via our servers
85+
using open-source SimpleX Messaging Protocol.</p>
86+
87+
<p>Please send us any questions via the app or submit an issue on GitHub.</p>
88+
89+
<p>Follow us on Mastodon, Twitter and Reddit for the latest updates.</p>
90+
91+
<p>Once you install SimpleX Chat, &quot;connect to developers&quot; for any questions, to share feedback, and to discover
92+
the groups (the link for directory service will be in response).</p>
93+
ProjectLicense: AGPL-3.0
94+
Url:
95+
homepage: https://simplex.chat
96+
bugtracker: https://github.com/simplex-chat/simplex-chat/issues
97+
donation: https://github.com/simplex-chat/simplex-chat#help-us-with-donations
98+
translate: https://github.com/simplex-chat/simplex-chat#help-translating-simplex-chat
99+
Launchable:
100+
desktop-id:
101+
- chat.simplex.app.desktop
102+
Screenshots:
103+
- default: true
104+
thumbnails: []
105+
source-image:
106+
url: https://simplex.chat/img/simplex-desktop-linux-light.png
107+
lang: C
108+
- thumbnails: []
109+
source-image:
110+
url: https://simplex.chat/img/simplex-desktop-linux-dark-1.png
111+
lang: C
112+
- thumbnails: []
113+
source-image:
114+
url: https://simplex.chat/img/simplex-desktop-linux-dark-2.png
115+
lang: C
116+
Releases:
117+
- version: '5.3'
118+
unix-timestamp: 1695081600
119+
description:
120+
C: >-
121+
<p>- the first release of the desktop app!</p>
122+
123+
<p>- encrypted local files</p>
124+
125+
<p>- message delivery receipts in small groups</p>
126+
127+
<p>- 6 new interface languages: Arabic, Bulgarian, Finnish, Hebrew, Thai and Ukrainian</p>
128+
ContentRating:
129+
oars-1.1: {}
130+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>chat.simplex.app</id>
4+
<launchable type="desktop-id">chat.simplex.app.desktop</launchable>
5+
<metadata_license>FSFAP</metadata_license>
6+
<project_license>AGPL-3.0</project_license>
7+
<name>SimpleX</name>
8+
<summary>Private and secure open-source messenger - no user IDs (not even random numbers)</summary>
9+
10+
<description>
11+
<p>Security assessment was done by Trail of Bits in November 2022.</p>
12+
<p>SimpleX Chat features:</p>
13+
<ul>
14+
<li>end-to-end encrypted messages, with editing, replies and deletion of messages.</li>
15+
<li>sending end-to-end encrypted images and files.</li>
16+
<li>single-use and long-term user addresses.</li>
17+
<li>secret chat groups - only group members know it exists and who is the member.</li>
18+
<li>end-to-end encrypted audio and video calls.</li>
19+
<li>private instant notifications.</li>
20+
<li>portable chat profile - you can transfer your chat contacts and history to another device (terminal or mobile).</li>
21+
<li>encrypted app database and files in the app storage (except videos).</li>
22+
<li>18 interface languages.</li>
23+
</ul>
24+
<p>SimpleX Chat advantages:</p>
25+
<ul>
26+
<li><em>Full privacy of your identity, profile, contacts and metadata</em>: unlike any other existing messaging platform, SimpleX uses no phone numbers or any other identifiers assigned to the users - not even random numbers. This protects the privacy of who you are communicating with, hiding it from SimpleX platform servers and from any observers.</li>
27+
<li><em>Complete protection against spam and abuse</em>: as you have no identifier on SimpleX platform, you cannot be contacted unless you share a one-time invitation link or an optional temporary user address.</li>
28+
<li><em>Full ownership, control and security of your data</em>: SimpleX stores all user data on client devices, the messages are only held temporarily on SimpleX relay servers until they are received.</li>
29+
<li><em>Decentralized network</em>: you can use SimpleX with your own servers and still communicate with people using the servers that are pre-configured in the apps or any other SimpleX servers.</li>
30+
</ul>
31+
<p>You can connect to anybody you know via link or scan QR code (in the video call or in person) and start sending messages instantly - no emails, phone numbers or passwords needed.</p>
32+
<p>Your profile and contacts are only stored in the app on your device - our servers do not have access to this information.</p>
33+
<p>All messages are end-to-end encrypted using open-source double-ratchet protocol; the messages are routed via our servers using open-source SimpleX Messaging Protocol.</p>
34+
<p>Please send us any questions via the app or submit an issue on GitHub.</p>
35+
<p>Follow us on Mastodon, Twitter and Reddit for the latest updates.</p>
36+
<p>Once you install SimpleX Chat, "connect to developers" for any questions, to share feedback, and to discover the groups (the link for directory service will be in response).</p>
37+
</description>
38+
39+
<screenshots>
40+
<screenshot type="default">
41+
<image>https://simplex.chat/img/simplex-desktop-linux-light.png</image>
42+
</screenshot>
43+
<screenshot>
44+
<image>https://simplex.chat/img/simplex-desktop-linux-dark-1.png</image>
45+
</screenshot>
46+
<screenshot>
47+
<image>https://simplex.chat/img/simplex-desktop-linux-dark-2.png</image>
48+
</screenshot>
49+
</screenshots>
50+
51+
<url type="homepage">https://simplex.chat</url>
52+
<url type="bugtracker">https://github.com/simplex-chat/simplex-chat/issues</url>
53+
<url type="translate">https://github.com/simplex-chat/simplex-chat#help-translating-simplex-chat</url>
54+
<url type="contact">https://simplex.chat/connect-team</url>
55+
<url type="donation">https://github.com/simplex-chat/simplex-chat#help-us-with-donations</url>
56+
57+
<content_rating type="oars-1.1"/>
58+
59+
<releases>
60+
<release version="5.3" date="2023-09-19">
61+
<description>
62+
<p>- the first release of the desktop app!</p>
63+
<p>- encrypted local files</p>
64+
<p>- message delivery receipts in small groups</p>
65+
<p>- 6 new interface languages: Arabic, Bulgarian, Finnish, Hebrew, Thai and Ukrainian</p>
66+
</description>
67+
</release>
68+
</releases>
69+
</component>
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=SimpleX Chat
4+
Comment=Private and secure open-source messenger - no user IDs (not even random numbers)
5+
Exec=simplex
6+
Icon=simplex
7+
Categories=Network;Chat;
8+
9+
[AppImageHub]
10+
# Dear upstream developer, please include update information in your AppImage
11+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
12+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
13+
X-AppImage-Type=2
14+
X-AppImage-Architecture=x86_64
21.9 KB
Loading

database/SimpleX/screenshot.png

29.8 KB
Loading

0 commit comments

Comments
 (0)