Need location of latest version and download site

Dear Brave community,

I wrote and maintain a program that goes out on the web looking for revision changes of the 60 or so programs I support. If a new revision, it downloads it. I carry this stuff around with me on a write protect flash drive to customer sites. Some have poor Internet, so full versions, not stub versions, are highly appreciated. I would like to add Brave Browser to the list.

Problems:

  1. where is the current released (not nightly , beta, dev, etc.) version number posted on the web?

  2. where are the full (not stub) installers found?

Many thanks,
-T

Here’s the answer to your first question: https://brave.com/latest/

1 Like

Hi Treego14,

You actually solved both parts of my question for me! This is from my comment section of my program:

sub GetBrave64() {
   #`{
       This will give you the latest stable release (version):
            https://brave.com/latest/
            <h3 id="release-notes-v13187-oct-19-2021">Release Notes <strong>V1.31.87</strong> (Oct 19, 2021)</h3>
            "Release Notes <strong>" is the first instance of the phrase

       And the download site would then be:
            https://github.com/brave/brave-browser/releases/download/v1.31.87/BraveBrowserStandaloneSetup.exe
   }

Thank you!!!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.