Package Details: keybase-bin 6.6.2_20260408161357+70cbb6ec7c-1

Git Clone URL: https://aur.archlinux.org/keybase-bin.git (read-only, click to copy)
Package Base: keybase-bin
Description: the Keybase Go client, filesystem, and GUI
Upstream URL: https://keybase.io
Licenses: BSD
Conflicts: kbfs, keybase, keybase-git, keybase-gui, keybase-release
Provides: kbfs, keybase, keybase-gui
Submitter: oconnor663
Maintainer: keybase
Last Packager: keybase
Votes: 153
Popularity: 1.79
First Submitted: 2016-06-22 16:52 (UTC)
Last Updated: 2026-04-08 16:20 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

AtomicMan commented on 2026-02-17 19:35 (UTC)

If you have 403 on downloading package, use VPN, cause they block russian ips (in my case)

vendci commented on 2026-01-24 10:20 (UTC)

Failed to download.

curl: (22) The requested URL returned error: 403 ==> ERROR: Failure while downloading https://prerelease.keybase.io/linux_binaries/deb/keybase_6.5.1-20250428154451.19f9cfeddb_amd64.deb

ido commented on 2025-12-27 06:20 (UTC)

Please apply the patch below to resolve a conflict with the keybase-debug package provided by the source package. Thank you.

From cb20b59c928de4538325c1cadc2a5eb26386e31c Mon Sep 17 00:00:00 2001
From: Ido Rosen <ido@kernel.org>
Date: Fri, 26 Dec 2025 22:16:27 -0800
Subject: [PATCH] resolve keybase-debug package conflicts.

---
 PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 39b2d8c..f3a45b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,9 @@ pkgrel=1
 arch=('x86_64')
 depends=(fuse libxss gtk3 lsof) # don't change this without changing the SRCINFO template too
                                 # also make sure to change the keybase-git PKGBUILD
-provides=(keybase keybase-gui kbfs)
+provides=(keybase keybase-gui kbfs keybase-debug)
 # keybase-release is a deprecated AUR package
-conflicts=(keybase keybase-release keybase-git keybase-gui kbfs)
+conflicts=(keybase keybase-release keybase-git keybase-gui kbfs keybase-debug)
 source_x86_64=(
   "${src_prefix}/keybase_${deb_pkgver}_amd64.deb"
 )
-- 
2.52.0

rican-linux commented on 2024-06-20 01:32 (UTC) (edited on 2024-06-20 01:33 (UTC) by rican-linux)

@keybase you have some file that conflict with files owned by another package


error: failed to commit transaction (conflicting files)
keybase-bin-debug: /usr/lib/debug/.build-id/73/2e24a29d582f7bc4cea91594e5705a473fc762 exists in filesystem (owned by forticlient-vpn-debug)
keybase-bin-debug: /usr/lib/debug/.build-id/73/2e24a29d582f7bc4cea91594e5705a473fc762.debug exists in filesystem (owned by forticlient-vpn-debug)
keybase-bin-debug: /usr/lib/debug/.build-id/f4/621c3403815feaf0b0e1f04c3cd0a2aa3dddf0 exists in filesystem (owned by forticlient-vpn-debug)
keybase-bin-debug: /usr/lib/debug/.build-id/f4/621c3403815feaf0b0e1f04c3cd0a2aa3dddf0.debug exists in filesystem (owned by forticlient-vpn-debug)

emadelsaid commented on 2024-04-28 18:39 (UTC)

This package doesn't provide keybase-gui executable. instead run_keybase runs the GUI I had to use this PKGBUILD after keybase-gui was removed from Extras repo.

quest commented on 2024-02-04 21:19 (UTC)

This should not be flagged. 6.2.4 is the latest build for Linux.

http://prerelease.keybase.io.s3.amazonaws.com/update-linux-prod.json

boredland commented on 2023-12-30 00:23 (UTC) (edited on 2023-12-30 00:25 (UTC) by boredland)

hi there! would it be possible to accept a -flags.conf file to define electron flags to be passed? or is it already possible and I am missing it? this is how chrome does it: https://aur.archlinux.org/cgit/aur.git/tree/google-chrome-stable.sh?h=google-chrome

Qvyldr commented on 2022-01-06 11:53 (UTC)

@wget I just opened https://github.com/keybase/client/pull/24778 to have the dependencies updated.

wget commented on 2020-11-17 10:59 (UTC)

@keybase @oconnor663 would you mind patching this PKGBUILD to pull gtk3 dependencies instead since this commit is now merged for a bunch of time now? Thanks :)

oconnor663 commented on 2020-04-22 19:04 (UTC)

@milouse @zwork I've opened https://github.com/keybase/client/pull/23909.