@quanta-intellect/vessel-browser 0.1.24 → 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 CHANGED
@@ -1,11 +1,6 @@
1
- <div align="center">
2
-
3
- ![quanta-intellect-logo-transparent](https://cdn-uploads.huggingface.co/production/uploads/686c460ba3fc457ad14ab6f8/gB6J60f9Yeyb3Thop2dUa.png)
4
- # Vessel: Your Agent's Browser
5
- </div>
6
-
7
-
1
+ ![vessel-logo-cropped](https://github.com/user-attachments/assets/58887932-26b3-45b5-be5e-21de562d2855)
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