Skip to content

Commit cd1f024

Browse files
committed
v0.8.2
1 parent a20fd3e commit cd1f024

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,7 @@ A modern, tabbed web browser with Chrome extension support—built on Electron.
1414

1515
Flow Browser is a lightweight, feature-rich web browser that combines the power of Chromium with a clean, modern interface. Built on Electron, it offers full support for Chrome extensions, making it a versatile alternative to mainstream browsers.
1616

17-
## Install (v0.8.1)
18-
19-
> [!WARNING]
20-
>
21-
> macOS's version is not currently code-signed!
22-
>
23-
> If you just download it from your browser, it will be blocked by [Gatekeeper](https://disable-gatekeeper.github.io/), which says 'This application is damaged' and will not let you open it.
24-
25-
### macOS:
26-
27-
```bash
28-
# Run this command in your terminal
29-
curl -LO https://github.com/MultiboxLabs/flow-browser/releases/download/v0.8.1/flow-browser-0.8.1.dmg && open .
30-
```
31-
32-
### Windows:
33-
34-
Download [FlowSetup.exe](https://github.com/MultiboxLabs/flow-browser/releases/download/v0.8.1/flow-browser-0.8.1-setup.exe)
35-
36-
### Linux:
17+
## Install
3718

3819
Choose the file you need and [download from GitHub Releases](https://github.com/MultiboxLabs/flow-browser/releases).
3920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flow-browser",
33
"productName": "Flow",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"description": "A modern privacy-focused browser with a minimalistic design.",
66
"main": "./out/main/index.js",
77
"author": {

0 commit comments

Comments
 (0)