-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathweb-browsers.json
More file actions
217 lines (217 loc) · 7.28 KB
/
web-browsers.json
File metadata and controls
217 lines (217 loc) · 7.28 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
[
{
"id": "firefox",
"name": "Firefox",
"description": "Privacy-focused open-source browser by Mozilla",
"category": "Web Browsers",
"targets": {
"ubuntu": "firefox",
"debian": "firefox-esr",
"arch": "firefox",
"fedora": "firefox",
"opensuse": "MozillaFirefox",
"nix": "firefox",
"flatpak": "org.mozilla.firefox",
"snap": "firefox",
"homebrew": "--cask firefox"
},
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "firefox",
"color": "#FF7139"
}
},
{
"id": "chromium",
"name": "Chromium",
"description": "Open-source browser that powers Google Chrome",
"category": "Web Browsers",
"targets": {
"ubuntu": "chromium-browser",
"debian": "chromium",
"arch": "chromium",
"fedora": "chromium",
"opensuse": "chromium",
"nix": "chromium",
"flatpak": "org.chromium.Chromium",
"snap": "chromium",
"homebrew": "--cask chromium"
},
"icon": {
"type": "url",
"url": "https://upload.wikimedia.org/wikipedia/commons/2/28/Chromium_Logo.svg"
}
},
{
"id": "brave",
"name": "Brave",
"description": "Privacy browser with built-in ad/tracker blocker",
"category": "Web Browsers",
"targets": {
"arch": "brave-bin",
"opensuse": "brave-browser",
"nix": "brave",
"flatpak": "com.brave.Browser",
"snap": "brave",
"homebrew": "--cask brave-browser"
},
"unavailableReason": "Not in official repos. Use Flatpak/Snap or follow instructions at [brave.com/linux](https://brave.com/linux/).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "brave",
"color": "#FB542B"
}
},
{
"id": "librewolf",
"name": "LibreWolf",
"description": "Privacy-hardened Firefox fork with telemetry removed",
"category": "Web Browsers",
"targets": {
"arch": "librewolf-bin",
"opensuse": "librewolf",
"nix": "librewolf",
"flatpak": "io.gitlab.librewolf-community",
"homebrew": "--cask librewolf"
},
"unavailableReason": "Not available in official repos. Use [Flatpak](https://flathub.org/en/apps/io.gitlab.librewolf-community) or follow instructions at [librewolf.net/installation](https://librewolf.net/installation/).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "firefoxbrowser",
"color": "#0588D1"
}
},
{
"id": "tor",
"name": "Tor Browser",
"description": "Anonymous browsing via the Tor network",
"category": "Web Browsers",
"targets": {
"ubuntu": "torbrowser-launcher",
"arch": "torbrowser-launcher",
"fedora": "torbrowser-launcher",
"opensuse": "torbrowser-launcher",
"nix": "tor-browser",
"flatpak": "org.torproject.torbrowser-launcher",
"homebrew": "--cask tor-browser"
},
"unavailableReason": "Debian requires editing /etc/apt/sources.list adding \"contrib\" to the end of the line that starts with \"deb\" or \"deb-src\" and `sudo apt update` before installing `sudo apt install -y torbrowser-launcher`. Or just download from [torproject.org](https://www.torproject.org/download/).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "torbrowser",
"color": "#7D4698"
}
},
{
"id": "chrome",
"name": "Google Chrome",
"description": "Most popular web browser by Google",
"category": "Web Browsers",
"targets": {
"arch": "google-chrome",
"opensuse": "google-chrome-stable",
"nix": "google-chrome",
"flatpak": "com.google.Chrome",
"homebrew": "--cask google-chrome"
},
"unavailableReason": "Not in official repos for Debian/Ubuntu due to licensing. Install via [Flatpak](https://flathub.org/apps/com.google.Chrome), or download the .deb/.rpm directly from [google.com/chrome](https://www.google.com/chrome/).",
"icon": {
"type": "iconify",
"set": "logos",
"name": "chrome"
}
},
{
"id": "zen",
"name": "Zen Browser",
"description": "Privacy-focused Firefox fork",
"category": "Web Browsers",
"targets": {
"arch": "zen-browser-bin",
"flatpak": "app.zen_browser.zen",
"homebrew": "--cask zen"
},
"unavailableReason": "Not in most official repos. Use [Flatpak](https://flathub.org/apps/app.zen_browser.zen) or download from [zen-browser.app](https://zen-browser.app).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "zenbrowser",
"color": "#FF7139"
}
},
{
"id": "helium",
"name": "Helium",
"description": "Privacy-focused ungoogled-chromium browser",
"category": "Web Browsers",
"targets": {
"arch": "helium-browser-bin",
"homebrew": "--cask helium"
},
"unavailableReason": "Only available as AppImage or via AUR. Download from [helium.computer](https://helium.computer/).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "googlechrome",
"color": "#00D4FF"
}
},
{
"id": "vivaldi",
"name": "Vivaldi",
"description": "Highly customizable browser for power users",
"category": "Web Browsers",
"targets": {
"arch": "vivaldi",
"nix": "vivaldi",
"flatpak": "com.vivaldi.Vivaldi",
"snap": "vivaldi",
"homebrew": "--cask vivaldi"
},
"unavailableReason": "Not in official repos. Use [Flatpak](https://flathub.org/apps/com.vivaldi.Vivaldi)/[Snap](https://snapcraft.io/vivaldi) or download from [vivaldi.com](https://vivaldi.com/download/).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "vivaldi",
"color": "#EF3939"
}
},
{
"id": "ungoogled-chromium",
"name": "Ungoogled Chromium",
"description": "Privacy-focused Chromium rebuild with Google services and telemetry removed.",
"category": "Web Browsers",
"targets": {
"arch": "ungoogled-chromium-bin",
"flatpak": "io.github.ungoogled_software.ungoogled_chromium",
"homebrew": "--cask ungoogled-chromium",
"nix": "ungoogled-chromium"
},
"unavailableReason": "Not in the official repos. Use the [Flatpak version](https://flathub.org/en/apps/io.github.ungoogled_software.ungoogled_chromium) or visit [ungoogled-software.github.io](https://ungoogled-software.github.io/) for official builds and installation instructions.",
"icon": {
"type": "url",
"url": "https://imgproxy.flathub.org/insecure/dpr:1/f:avif/q:100/rs:fit:128:128/aHR0cHM6Ly9kbC5mbGF0aHViLm9yZy9tZWRpYS9pby9naXRodWIvdW5nb29nbGVkX3NvZnR3YXJlLnVuZ29vZ2xlZF9jaHJvbWl1bS9lZjYyMTVlYTliZWMxZDVjMjg0YzFlZDBkMDRkYTE4ZS9pY29ucy8xMjh4MTI4L2lvLmdpdGh1Yi51bmdvb2dsZWRfc29mdHdhcmUudW5nb29nbGVkX2Nocm9taXVtLnBuZw"
}
},
{
"id": "nyxt",
"name": "Nyxt",
"description": "A keyboard-centric browser for power users.",
"category": "Web Browsers",
"targets": {
"arch": "nyxt",
"flatpak": "engineer.atlas.Nyxt",
"nix": "nyxt",
"opensuse": "nyxt"
},
"unavailableReason": "Not in most official repos. Use [Flatpak](https://flathub.org/en/apps/engineer.atlas.Nyxt) or see [nyxt-browser.com](https://nyxt-browser.com/download)",
"icon": {
"type": "url",
"url": "https://nyxt.atlas.engineer/image/nyxt_square_corner_128x128.png"
}
}
]