@quanta-intellect/vessel-browser 0.1.92 → 0.1.95
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 +0 -4
- package/out/main/index.js +955 -418
- package/out/preload/index.js +2 -0
- package/out/renderer/assets/{index-DRzbebKR.js → index-BP-7cF0c.js} +117 -91
- package/out/renderer/assets/{index-BFKx2klB.css → index-Bf1d0lUq.css} +0 -17
- package/out/renderer/index.html +3 -3
- package/package.json +14 -6
package/README.md
CHANGED
|
@@ -10,7 +10,6 @@
|
|
|
10
10
|
# Vessel: Your Agent's Browser
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
|
-
|
|
14
13
|
Open source chromium-based browser for persistent web agents. Linux is the most mature install target today, and macOS release packaging is available from source.
|
|
15
14
|
|
|
16
15
|
Vessel gives external agent harnesses a real browser with durable state, MCP control, and a human-visible supervisory UI. It is built for long-running workflows where the agent drives and the human audits, intervenes, and redirects when needed.
|
|
@@ -21,10 +20,8 @@ Vessel gives external agent harnesses a real browser with durable state, MCP con
|
|
|
21
20
|
|
|
22
21
|
*Vessel is in active development and currently makes no security assurances. Use and deploy it with care.*
|
|
23
22
|
|
|
24
|
-
|
|
25
23
|
https://github.com/user-attachments/assets/0a72b48a-873a-4eb0-b8f2-23e34d8472c4
|
|
26
24
|
|
|
27
|
-
|
|
28
25
|
## Quick Start
|
|
29
26
|
|
|
30
27
|
Want the full agent toolkit from day one? [Start a 7-Day Free Trial of Vessel Premium — $5.99/mo](https://vesselpremium.quantaintellect.com/checkout).
|
|
@@ -77,7 +74,6 @@ Most browser automation stacks are either headless, stateless, or designed aroun
|
|
|
77
74
|
<img width="1280" height="800" alt="vessel_2026-03-16_144201_7545" src="https://github.com/user-attachments/assets/da7b28ea-6c5f-4aa7-909e-0a255c80d508" />
|
|
78
75
|
<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" />
|
|
79
76
|
|
|
80
|
-
|
|
81
77
|
<img width="1280" height="800" alt="vessel_2026-03-17_145154_5389" src="https://github.com/user-attachments/assets/b1c08d6c-bcdf-4c9a-8429-a71a23a61903" />
|
|
82
78
|
|
|
83
79
|
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.
|