Skip to content

Commit efdf57c

Browse files
committed
update readme
1 parent 62daca8 commit efdf57c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Other included sample [computer environments](#computer-environments):
2929
- [Docker](https://docker.com/) (containerized desktop)
3030
- [Browserbase](https://www.browserbase.com/) (remote browser, requires account)
3131
- [Scrapybara](https://scrapybara.com) (remote browser or computer, requires account)
32+
- [Notte](https://github.com/nottelabs/notte) (remote browser, requires account)
3233
- ...or implement your own `Computer`!
3334

3435
## Overview
@@ -96,6 +97,7 @@ This sample app provides a set of implemented `Computer` examples, but feel free
9697
| `Browserbase` | browserbase | `browser` | Remote browser environment | [Browserbase](https://www.browserbase.com/) API key in `.env` |
9798
| `ScrapybaraBrowser` | scrapybara-browser | `browser` | Remote browser environment | [Scrapybara](https://scrapybara.com/dashboard) API key in `.env` |
9899
| `ScrapybaraUbuntu` | scrapybara-ubuntu | `linux` | Remote Ubuntu desktop environment | [Scrapybara](https://scrapybara.com/dashboard) API key in `.env` |
100+
| `Notte` | notte-browser | `browser` | Remote browser environment | [Notte](https://github.com/nottelabs/notte) API key in `.env` |
99101

100102
Using the CLI, you can run the sample app with different computer environments using the options listed above:
101103

0 commit comments

Comments
 (0)