@quanta-intellect/vessel-browser 0.1.25 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -17
- package/out/main/index.js +210 -101
- package/out/preload/index.js +2 -0
- package/out/renderer/assets/{index-BynCvURs.css → index-DP2yMHwF.css} +67 -0
- package/out/renderer/assets/{index-32axMD1q.js → index-v71lXiVB.js} +656 -458
- package/out/renderer/index.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-
# Vessel: Your Agent's Browser
|
|
5
|
-
</div>
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+

|
|
8
2
|
|
|
3
|
+
# Vessel: Your Agent's Browser
|
|
9
4
|
|
|
10
5
|
Open-source browser runtime for persistent web agents on Linux.
|
|
11
6
|
|
|
@@ -17,17 +12,13 @@ Vessel gives external agent harnesses a real browser with durable state, MCP con
|
|
|
17
12
|
|
|
18
13
|
*Vessel is in active development and currently makes no security assurances. Use and deploy it with care.*
|
|
19
14
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
https://github.com/user-attachments/assets/0a72b48a-873a-4eb0-b8f2-23e34d8472c4
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
15
|
## Quick Start
|
|
27
16
|
|
|
17
|
+
Want the full agent toolkit from day one? [Start a 5-Day Free Trial of Vessel Premium](https://vesselpremium.quantaintellect.com/checkout).
|
|
18
|
+
|
|
28
19
|
### Fastest Install Today
|
|
29
20
|
|
|
30
|
-
Linux AppImage from GitHub Releases:
|
|
21
|
+
The preferred MVP install path is the Linux AppImage from GitHub Releases:
|
|
31
22
|
|
|
32
23
|
1. Download the latest `Vessel-<version>-x64.AppImage`
|
|
33
24
|
2. Mark it executable: `chmod +x Vessel-*.AppImage`
|
|
@@ -66,13 +57,11 @@ If you want extra local AI tracing in development, create an optional `src/main/
|
|
|
66
57
|
|
|
67
58
|
Most browser automation stacks are either headless, stateless, or designed around a human as the primary operator. Vessel is built around the opposite model: the browser is the agent's operating surface, and the human stays in the loop through a visible interface with clear supervisory controls.
|
|
68
59
|
|
|
69
|
-
<img width="1280" height="800" alt="@quanta-intellectvessel-browser_2026-03-17_200224_6613" src="https://github.com/user-attachments/assets/8e208ee1-cb89-4318-87a2-9561a7d9aecf" />
|
|
70
60
|
<img width="1280" height="800" alt="vessel_2026-03-16_144201_7545" src="https://github.com/user-attachments/assets/da7b28ea-6c5f-4aa7-909e-0a255c80d508" />
|
|
71
|
-
<img width="1280" height="800" alt="@quanta-intellectvessel-browser_2026-03-17_195754_6624" src="https://github.com/user-attachments/assets/3b3d2033-5a59-4806-bbc1-359efb7b43a9" />
|
|
72
61
|
|
|
73
62
|
|
|
63
|
+
<img width="1280" height="785" alt="vessel_2026-03-16_171108_8677" src="https://github.com/user-attachments/assets/613c285f-0253-4344-b335-f74a64e124ac" />
|
|
74
64
|
|
|
75
|
-
<img width="1280" height="800" alt="vessel_2026-03-17_145154_5389" src="https://github.com/user-attachments/assets/b1c08d6c-bcdf-4c9a-8429-a71a23a61903" />
|
|
76
65
|
|
|
77
66
|
Vessel is built for persistent web agents that need a real browser, durable state, and a human-visible interface. The agent is the primary operator. The human follows along in the live browser UI, audits what the agent is doing, and steers when needed.
|
|
78
67
|
|