-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.github.WRVbit.glance.metainfo.xml
More file actions
90 lines (84 loc) · 3.75 KB
/
com.github.WRVbit.glance.metainfo.xml
File metadata and controls
90 lines (84 loc) · 3.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.WRVbit.glance</id>
<name>Glance</name>
<summary>A next-generation Linux system utility for monitoring, cleaning, and optimization</summary>
<developer id="io.github.wrvbit">
<name>WRVbit</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<description>
<p>
Glance is a next-generation Linux system utility that combines monitoring, cleaning, and optimization into one stunning application.
Built with Tauri v2 and Svelte 5, it delivers a native-like experience with a modern glassmorphism UI.
</p>
<p>Key features include:</p>
<ul>
<li>System Dashboard: Real-time overview of CPU, Memory, Disk, and Network</li>
<li>Resource Monitor: Live performance graphs with historical data</li>
<li>System Cleaner: Safely reclaim disk space by cleaning caches and logs</li>
<li>Package Manager: Manage installed packages and dependencies</li>
<li>Services Manager: Control systemd services</li>
<li>Repository Manager: Manage mirrors and PPAs with speed testing</li>
</ul>
</description>
<launchable type="desktop-id">com.github.WRVbit.glance.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>System Dashboard</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/dashboard.png</image>
</screenshot>
<screenshot>
<caption>System Monitor</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/system-monitor.png</image>
</screenshot>
<screenshot>
<caption>System Cleaner</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/system-cleaner.png</image>
</screenshot>
<screenshot>
<caption>Performance Tweaks</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/performance.png</image>
</screenshot>
<screenshot>
<caption>Process Manager</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/process-manager.png</image>
</screenshot>
<screenshot>
<caption>Package Management</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/packages.png</image>
</screenshot>
<screenshot>
<caption>Repository Manager</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/repositories.png</image>
</screenshot>
<screenshot>
<caption>Services Control</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/services.png</image>
</screenshot>
<screenshot>
<caption>Startup Applications</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/startup-apps.png</image>
</screenshot>
<screenshot>
<caption>Ad-Block & DNS Manager</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/ad-block-dns.png</image>
</screenshot>
<screenshot>
<caption>About Glance</caption>
<image>https://raw.githubusercontent.com/WRVbit/glance/main/assets/screenshots/about.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/WRVbit/glance</url>
<url type="bugtracker">https://github.com/WRVbit/glance/issues</url>
<url type="vcs-browser">https://github.com/WRVbit/glance</url>
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.0" date="2025-12-31">
<description>
<p>Initial release of Glance.</p>
</description>
</release>
</releases>
</component>