Files
tuxmate/src/lib/apps/security.json

140 lines
4.9 KiB
JSON

[
{
"id": "bitwarden",
"name": "Bitwarden",
"description": "Open-source password manager with cloud sync",
"category": "Security",
"targets": {
"arch": "bitwarden",
"nix": "bitwarden",
"flatpak": "com.bitwarden.desktop",
"snap": "bitwarden",
"homebrew": "--cask bitwarden"
},
"unavailableReason": "Not in official repos. Use [Flatpak](https://flathub.org/apps/details/com.bitwarden.desktop) or [Snap](https://snapcraft.io/bitwarden) or download from [bitwarden.com/download](https://bitwarden.com/download/).",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "bitwarden",
"color": "#175DDC"
}
},
{
"id": "keepassxc",
"name": "KeePassXC",
"description": "Secure offline-first password manager",
"category": "Security",
"targets": {
"ubuntu": "keepassxc",
"debian": "keepassxc",
"arch": "keepassxc",
"fedora": "keepassxc",
"opensuse": "keepassxc",
"nix": "keepassxc",
"flatpak": "org.keepassxc.KeePassXC",
"snap": "keepassxc",
"homebrew": "--cask keepassxc"
},
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "keepassxc",
"color": "#65B726"
}
},
{
"id": "veracrypt",
"name": "VeraCrypt",
"description": "Free disk encryption based on TrueCrypt",
"category": "Security",
"targets": {
"arch": "veracrypt",
"opensuse": "veracrypt",
"nix": "veracrypt",
"homebrew": "--cask veracrypt"
},
"unavailableReason": "Not in official Debian/Ubuntu/Fedora repos. Download from [veracrypt.fr/en/Downloads](https://veracrypt.fr/en/Downloads.html).",
"icon": {
"type": "url",
"url": "https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/3390a630b535d1c1ccca04881b3959e262264116/Papirus/64x64/apps/veracrypt.svg"
}
},
{
"id": "gnupg",
"name": "GnuPG",
"description": "GNU Privacy Guard for encryption and signing",
"category": "Security",
"targets": {
"ubuntu": "gnupg",
"debian": "gnupg",
"arch": "gnupg",
"fedora": "gnupg2",
"opensuse": "gnupg",
"nix": "gnupg",
"homebrew": "gnupg"
},
"unavailableReason": "GnuPG is a system package and not available via Flatpak or Snap.",
"icon": {
"type": "iconify",
"set": "simple-icons",
"name": "gnuprivacyguard",
"color": "#0093DD"
}
},
{
"id": "firejail",
"name": "Firejail",
"description": "SUID sandbox for restricting app environments",
"category": "Security",
"targets": {
"ubuntu": "firejail",
"debian": "firejail",
"arch": "firejail",
"fedora": "firejail",
"opensuse": "firejail",
"nix": "firejail"
},
"unavailableReason": "Firejail is a system security tool and not available via Flatpak or Snap.",
"icon": {
"type": "url",
"url": "https://linux.fi/w/images/1/1f/Firejail-logo.png"
}
},
{
"id": "clamav",
"name": "ClamAV",
"description": "Open-source antivirus engine for malware detection",
"category": "Security",
"targets": {
"ubuntu": "clamav",
"debian": "clamav",
"arch": "clamav",
"fedora": "clamav",
"opensuse": "clamav",
"nix": "clamav",
"homebrew": "clamav"
},
"unavailableReason": "ClamAV is a system package and not available via Flatpak or Snap.",
"icon": {
"type": "url",
"url": "https://raw.githubusercontent.com/ivangabriele/clamav-desktop/f60bfafdd23bb455f0468abe5f877d2b76eddfba/assets/icons/icon.svg"
}
},
{
"id": "ente-auth",
"name": "Ente Auth",
"description": "Open source 2FA authenticator, with end-to-end encrypted backups",
"category": "Security",
"targets": {
"arch": "ente-auth-bin",
"nix": "ente-auth",
"flatpak": "io.ente.auth",
"homebrew": "--cask ente-auth"
},
"unavailableReason": "Not in official repos. Use [Flatpak version](https://flathub.org/en/apps/io.ente.auth) or [Unofficial Snap Version](https://snapcraft.io/ente-auth-tsugu) or visit [ente.io/auth/](https://ente.io/auth/).",
"icon": {
"type": "url",
"url": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/ente-auth.svg"
}
}
]