Package Details: brave-nightly-bin 1.78.29-1

Git Clone URL: https://aur.archlinux.org/brave-nightly-bin.git (read-only, click to copy)
Package Base: brave-nightly-bin
Description: Web browser that blocks ads and trackers by default (nightly binary release).
Upstream URL: https://brave.com/download-nightly
Keywords: brave
Licenses: MPL2
Provides: brave-nightly-bin, brave-nightly-browser
Submitter: gregbunk
Maintainer: brave-prerelease
Last Packager: brave-prerelease
Votes: 33
Popularity: 3.57
First Submitted: 2019-03-28 14:18 (UTC)
Last Updated: 2025-03-10 15:08 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Pinned Comments

brave-prerelease commented on 2025-02-06 13:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

heelowoorl commented on 2023-11-15 19:25 (UTC)

@gregbunk I noticed that the script brave-nightly-bin.sh only loads the flags if it is 1 flag and only 1 flag from ~/.config/brave-nightly-flags.conf otherwise it will just not load any.

I tried to debug the issue and I got it fixed by looking at the brave-bin package here on aur and moving the flag argument placement like so

exec "/opt/brave.com/brave-nightly/brave-browser" "$@" $USER_FLAGS $BRAVE_FLAGS $FLAG

To test the issue you can use these two below flags if you put them inside ~/.config/brave-nightly-flags.conf and observe that they don't apply. but if you only put --incognito it will work and by the change above both worked flawlessly

--incognito
--start-maximized

gregbunk commented on 2023-08-02 14:26 (UTC)

Thanks. I'm using the github API to pull the actual builds as they occur.

wknapik commented on 2023-08-02 14:06 (UTC)

hey @gregbunk. please take a look at https://versions.brave.com/ - it's an overview of Brave versions, including links to individual endpoints returning a version for a given platform/architecture, that can be used in automation - e.g. https://versions.brave.com/latest/nightly-linux-x64.version and https://versions.brave.com/latest/nightly-linux-arm64.version.

gregbunk commented on 2023-05-24 18:10 (UTC)

I have added experimental aarch64 support. I have no way to test this, so I'm flying blind. If someone can try and let me know that would be great.

Please note that aarch64 Brave builds are VERY spotty right now. They seem to not be available a lot of the time.

myself600 commented on 2023-01-02 14:20 (UTC) (edited on 2023-01-02 15:00 (UTC) by myself600)

You can use something like this to incorporate aarch64:

_arch=`uname -m|sed s/x86_/amd/\;s/arch/rm/`
_pkgver=`curl -s https://api.github.com/repos/brave/brave-browser/releases|grep browser_download_url|grep nightly-.*-linux-$_arch|head -1|cut -d- -f5`
_link=https://github.com/brave/brave-browser/releases/download/v$_pkgver/brave-browser-nightly-$_pkgver-linux-$_arch.zip
sha256sums=(`curl -Ls $_link.sha256|cut -b-64`)
pkgver(){
    echo $_pkgver
}

no_managers commented on 2023-01-01 02:13 (UTC)

Was able to get this working on Asahi linux. Not sure if this warrants a separate package or not. Would be great if support for arm linux could be included here.

diff --git a/.SRCINFO b/.SRCINFO
index 9901a91..6ae67c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
 pkgbase = brave-nightly-bin
    pkgdesc = Web browser that blocks ads and trackers by default (nightly binary release).
-   pkgver = 1.48.101
+   pkgver = 1.48.98
    pkgrel = 1
    url = https://brave.com/download-nightly
-   arch = x86_64
+   arch = aarch64
    license = MPL2
    depends = gtk3
    depends = nss
@@ -18,10 +18,10 @@ pkgbase = brave-nightly-bin
    provides = brave-nightly-bin
    provides = brave-nightly-browser
    options = !strip
-   source = https://github.com/brave/brave-browser/releases/download/v1.48.101/brave-browser-nightly_1.48.101_amd64.deb
+   source = https://github.com/brave/brave-browser/releases/download/v1.48.94/brave-browser-nightly_1.48.94_arm64.deb
    source = MPL2::https://raw.githubusercontent.com/brave/browser-laptop/master/LICENSE.txt
    source = brave-nightly-bin.sh
-   sha512sums = 0c137a32180bfc844383d7c88fb8ffb9ada4b65ec4a48b3836470cc4e024b58a584178b25a5022e26eea87bec8c0fcc1fb41e6632fb29beb551a99c02867de38
+    sha512sums = 16ac61cb049a5f554e2508ac020914068fd3809f1dee6560c84dbc4a2c37b10d7ba1bb711b43c314124ad4c27c3f76e134e34c4c7a4ff4ef954b61a09d95a87a
    sha512sums = b8823586fead21247c8208bd842fb5cd32d4cb3ca2a02339ce2baf2c9cb938dfcb8eb7b24c95225ae625cd0ee59fbbd8293393f3ed1a4b45d13ba3f9f62a791f
    sha512sums = 191500db5dd9692d362745e0055f9ac570c7ca2043edcf3e2eb9dcf8039615022f3459c909ed29d89410886481723d2d439086f1938249674ea32654819190c4

diff --git a/PKGBUILD b/PKGBUILD
index a98738e..33e3c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
 # Maintainer: Greg White <gwhite@kupulau.com>

 pkgname=brave-nightly-bin
-pkgver=1.48.101
+pkgver=1.48.94
 pkgrel=1
 pkgdesc='Web browser that blocks ads and trackers by default (nightly binary release).'
-arch=('x86_64')
+arch=('aarch64')
 url='https://brave.com/download-nightly'
 license=('MPL2')
 depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'ttf-font')
@@ -16,11 +16,11 @@ optdepends=('cups: Printer support'
             'libgnome-keyring: gnome keyring support')
 provides=("${pkgname}" 'brave-nightly-browser')
 conflicts=()
-source=("https://github.com/brave/brave-browser/releases/download/v${pkgver}/brave-browser-nightly_${pkgver}_amd64.deb"
+source=("https://github.com/brave/brave-browser/releases/download/v${pkgver}/brave-browser-nightly_${pkgver}_arm64.deb"
         'MPL2::https://raw.githubusercontent.com/brave/browser-laptop/master/LICENSE.txt'
         "$pkgname.sh")
 options=(!strip)
-sha512sums=('0c137a32180bfc844383d7c88fb8ffb9ada4b65ec4a48b3836470cc4e024b58a584178b25a5022e26eea87bec8c0fcc1fb41e6632fb29beb551a99c02867de38'
+sha512sums=('16ac61cb049a5f554e2508ac020914068fd3809f1dee6560c84dbc4a2c37b10d7ba1bb711b43c314124ad4c27c3f76e134e34c4c7a4ff4ef954b61a09d95a87a'
             'b8823586fead21247c8208bd842fb5cd32d4cb3ca2a02339ce2baf2c9cb938dfcb8eb7b24c95225ae625cd0ee59fbbd8293393f3ed1a4b45d13ba3f9f62a791f'
             '191500db5dd9692d362745e0055f9ac570c7ca2043edcf3e2eb9dcf8039615022f3459c909ed29d89410886481723d2d439086f1938249674ea32654819190c4')

alosarjos commented on 2022-10-17 19:14 (UTC) (edited on 2022-10-17 19:15 (UTC) by alosarjos)

Hi there! Brave-bin maintainer here :)

I was playing a bit and came out with this for stable (Not working right now since ARM64 build are only nightly) but maybe can help?

https://gist.github.com/alosarjos/264538d717e3b93321b9e9585ee5301a

I'm also interested on how this is handled here to be prepared once it arrives to stable

PD: I can not test it since I don't have any ARM64 machine

waddon1 commented on 2022-10-14 16:02 (UTC)

I'm not really sure, it might be more difficult than I thought it would be... maybe try looking at librewolf-bin as that seems to have a working arm/x86 aur release.

gregbunk commented on 2022-10-13 15:29 (UTC)

Phew. Willing to try. Not sure I have anywhere to test this - any pointers would be useful.

waddon1 commented on 2022-10-13 15:14 (UTC)

Could we get this updated to support ARM? As Brave Nightly has just been released for aarch64 Linux.