Files
vega/flatpak/com.veganostr.Vega.metainfo.xml
T
Jure 47f64a30c1 flatpak: wire 4 store screenshots into metainfo; use GNOME 50 codecs-extra note
Screenshots pinned to a commit ref (not a branch) per Flathub guidance.
Drops the ffmpeg-full extension block (GNOME 50 uses codecs-extra); extra
codec coverage is a follow-up after the base build is confirmed.
2026-07-15 14:15:53 +02:00

86 lines
3.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.veganostr.Vega</id>
<name>Vega</name>
<summary>Read, write and zap on Nostr</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<developer id="com.veganostr">
<name>Jure Sršen</name>
</developer>
<launchable type="desktop-id">com.veganostr.Vega.desktop</launchable>
<description>
<p>
Vega is a desktop client for Nostr, a decentralized social network where you
own your identity, your content and your social graph. No company can delete
your account or censor your posts.
</p>
<p>
Long-form writing and reading is a first-class feature, not an afterthought.
Alongside the social feed, Vega gives you a proper markdown article editor and
reader for publishing and following long-form content.
</p>
<p>Features:</p>
<ul>
<li>Long-form articles (NIP-23) with a markdown editor and reader</li>
<li>Lightning zaps over Nostr Wallet Connect</li>
<li>Value-for-value podcast streaming</li>
<li>Web-of-trust filtering to keep the feed trustworthy</li>
<li>An optional built-in relay, so your notes stay available locally</li>
<li>Encrypted direct messages</li>
<li>Private keys stored in your system keyring</li>
</ul>
</description>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="money-purchasing">mild</content_attribute>
</content_rating>
<url type="homepage">https://veganostr.com</url>
<url type="bugtracker">https://github.com/hoornet/vega/issues</url>
<url type="vcs-browser">https://github.com/hoornet/vega</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/hoornet/vega/ba57143c6d46d262ec7412dcc26b85fa4a45247b/flatpak/screenshots/feed.png</image>
<caption>The main feed with notes, reactions and zaps</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/hoornet/vega/ba57143c6d46d262ec7412dcc26b85fa4a45247b/flatpak/screenshots/articles.png</image>
<caption>Discovering long-form articles</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/hoornet/vega/ba57143c6d46d262ec7412dcc26b85fa4a45247b/flatpak/screenshots/editor.png</image>
<caption>Writing an article in the markdown editor</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/hoornet/vega/ba57143c6d46d262ec7412dcc26b85fa4a45247b/flatpak/screenshots/podcasts.png</image>
<caption>Podcast subscriptions with value-for-value streaming</caption>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#c9b6ff</color>
<color type="primary" scheme_preference="dark">#2a2140</color>
</branding>
<releases>
<release version="0.14.1" date="2026-07-15">
<description>
<p>Fixes a crash in the Support view and adds an optional network proxy (HTTP/SOCKS5), including Tor.</p>
</description>
</release>
<release version="0.14.0" date="2026-07-14">
<description>
<p>Internal maintenance release aligning the application identifier with the project domain.</p>
</description>
</release>
</releases>
</component>