4c88003175
A GTK4 + libadwaita nostr client in Rust on rust-nostr: social feed with the outbox/gossip model, long-form articles, live streams and video, NIP-17 DMs, NIP-29 groups, calendar, polls, and NIP-57 zaps over NWC. Published under the MIT license. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
30 lines
993 B
XML
30 lines
993 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>dev.sunstone.Sunstone</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>MIT</project_license>
|
|
<name>Sunstone</name>
|
|
<summary>A native nostr client for the desktop</summary>
|
|
<description>
|
|
<p>
|
|
Sunstone is a native GTK4 / libadwaita nostr client. It follows the
|
|
outbox model (NIP-65) for relay routing and supports notes, articles,
|
|
reactions, zaps, direct messages, live streams, and video.
|
|
</p>
|
|
</description>
|
|
<launchable type="desktop-id">dev.sunstone.Sunstone.desktop</launchable>
|
|
<developer id="dev.sunstone">
|
|
<name>enki</name>
|
|
</developer>
|
|
<content_rating type="oars-1.1">
|
|
<content_attribute id="social-chat">intense</content_attribute>
|
|
</content_rating>
|
|
<releases>
|
|
<release version="0.1.0" date="2026-06-12">
|
|
<description>
|
|
<p>Initial test build.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|