Skip to content

feat: add appstream metadata for linux packages #6688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions dist/linux/com.mitchellh.ghostty.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.mitchellh.ghostty</id>
<name>Ghostty</name>
<summary>Ghostty is a fast, feature-rich, and cross-platform terminal emulator</summary>
<description>
<p>
Ghostty is a terminal emulator that differentiates itself by being fast,
feature-rich, and native. While there are many excellent terminal
emulators available, they all force you to choose between speed,
features, or native UIs. Ghostty provides all three.
</p>
</description>

<categories>
<category>System</category>
<category>TerminalEmulator</category>
</categories>

<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>

<url type="homepage">https://ghostty.org/</url>
<url type="bugtracker">https://github.com/ghostty-org/ghostty/issues</url>
<url type="vcs-browser">http://github.com/ghostty-org/ghostty/</url>

<developer id="id.mitchellh">
<name>Mitchell Hashimoto</name>
</developer>
<content_rating type="oars-1.1"/>
<screenshots>
<screenshot type="default">
<!-- FIXME: add screenshots -->
<image></image>
<caption></caption>
</screenshot>
</screenshots>

<releases>
<release version="1.1.2" date="2025-02-13">
<url type="details">https://ghostty.org/docs/install/release-notes/1-1-2</url>
</release>
<release version="1.1.1" date="2025-02-13">
<url type="details">https://ghostty.org/docs/install/release-notes/1-1-1</url>
</release>
<release version="1.1.0" date="2025-01-30">
<url type="details">https://ghostty.org/docs/install/release-notes/1-1-0</url>
</release>
<release version="1.0.1" date="2024-12-31">
<url type="details">https://ghostty.org/docs/install/release-notes/1-0-1</url>
</release>
<release version="1.0.0" date="2024-12-26"/>
</releases>

<launchable type="desktop-id">com.mitchellh.ghostty.desktop</launchable>
</component>