open-browser-use

(โ˜… 240)

๐Ÿ”ฎ Platform-neutral Browser Use for AI agents: real Chrome automation with a CLI + SDKs, no lock-in, dead simple.

ํŒŒ์ผ ํƒ์ƒ‰๊ธฐ

  • .editorconfig
  • .gitattributes
  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • CODEOWNERS
  • CONTRIBUTING.md
  • go.mod
  • go.sum
  • LICENSE
  • Makefile
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README.md
  • README.zh-CN.md
  • SECURITY.md

# CDN์œผ๋กœ ์‚ฌ์šฉํ•˜๊ธฐ

jsDelivr

jsDelivr๋Š” ๊ณต๊ฐœ GitHub ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋ฅผ ๋ณ„๋„ ์„ค์ • ์—†์ด CDN์œผ๋กœ ์ฆ‰์‹œ ์„œ๋น™ํ•ฉ๋‹ˆ๋‹ค. ๋ฒ„์ „๊ณผ ํŒŒ์ผ์„ ๊ณ ๋ฅด๋ฉด ์›นํŽ˜์ด์ง€์— ๋ฐ”๋กœ ๋ถ™์ผ ์ˆ˜ ์žˆ๋Š” ๋งํฌ์™€ ์˜ˆ์‹œ ์ฝ”๋“œ๊ฐ€ ๋งŒ๋“ค์–ด์ง‘๋‹ˆ๋‹ค.

๋ช…๋ น์–ด ์šฉ์–ด์ง‘

์ด ๋ฌธ์„œ์—์„œ ์‚ฌ์šฉ๋œ ๋ช…๋ น์–ด๋ฅผ ๋ชจ์•„๋ดค์Šต๋‹ˆ๋‹ค. ๋‚ฏ์„  ๋ช…๋ น์–ด๊ฐ€ ์žˆ๋‹ค๋ฉด ํŽผ์ณ์„œ ํ™•์ธํ•ด๋ณด์„ธ์š”.

๐Ÿ”

brew tap

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Tap a Homebrew formula repository. If no arguments are provided, list all installed Homebrew taps.

brew tap

List installed Homebrew taps:

brew tap {{github_username}}/{{github_repository_name}}

Tap a Git repository hosted on GitHub:

brew tap {{username}}/{{repository_name}} {{git_clone_url}}

Tap a Git repository hosted outside of GitHub:

๐Ÿ”

codex

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

OpenAI๋กœ ๊ตฌ๋™๋˜๋Š” ํ„ฐ๋ฏธ๋„์šฉ ์ž์—ฐ์–ด ์ฝ”๋“œ ์–ด์‹œ์Šคํ„ดํŠธ.
์š”์ฒญ์„ ์ˆ˜ํ–‰ํ•˜๊ธฐ ์œ„ํ•ด ํ˜„์žฌ ๋””๋ ‰ํ„ฐ๋ฆฌ์˜ ํŒŒ์ผ์„ ์ฝ๊ณ  ์ˆ˜์ •.
๋” ๋งŽ์€ ์ •๋ณด: <https://developers.openai.com/codex/cli/reference>.

codex

ํ˜„์žฌ ๋””๋ ‰ํ„ฐ๋ฆฌ์—์„œ ๋Œ€ํ™”ํ˜• Codex ์„ธ์…˜์„ ์‹œ์ž‘:

codex "{{prompt}}"

ํ”„๋กฌํ”„ํŠธ๋ฅผ ์‚ฌ์šฉํ•ด ๋‹จ์ผ Codex ๋ช…๋ น์„ ์‹คํ–‰:

codex --sandbox workspace-write "{{prompt}}"

ํ”„๋กฌํ”„ํŠธ๋ฅผ ์ „์ฒด ์ž๋™ ๋ชจ๋“œ๋กœ ์‹คํ–‰:

๐Ÿ”

go get

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Add a dependency package, or download packages in legacy GOPATH mode.
Note: `./...` is a Go package pattern understood by Go tooling. It matches the current package and all packages recursively under the current directory.

go get {{example.com/pkg}}

Add a specified package to `go.mod` in module-mode or install the package in GOPATH-mode:

go get {{example.com/pkg}}@{{v1.2.3}}

Modify the package with a given version in module-aware mode:

go get {{example.com/pkg}}@{{none}}

Remove a specified package:

๐Ÿ”

npm install

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

๐Ÿ”

npm update

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Update packages in the current project.

npm {{[up|update]}}

Update all packages in the current project:

npm {{[up|update]}} {{package}}

Update a specific package in the current project:

npm {{[up|update]}} {{package}} {{[-g|--global]}}

Update a package globally:

๐Ÿ”

npm

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

JavaScript ๋ฐ Node.js ํŒจํ‚ค์ง€ ๊ด€๋ฆฌ์ž.
Node.js ํ”„๋กœ์ ํŠธ ๋ฐ ๋ชจ๋“ˆ ์˜์กด์„ฑ์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.
๋” ๋งŽ์€ ์ •๋ณด: <https://docs.npmjs.com/cli/npm/>.

npm init {{[-y|--yes]}}

๊ธฐ๋ณธ๊ฐ’์œผ๋กœ `package.json` ํŒŒ์ผ ์ƒ์„ฑ (`--yes`๋ฅผ ์ƒ๋žตํ•˜๋ฉด ๋Œ€ํ™”์‹์œผ๋กœ ์ง„ํ–‰):

npm {{[i|install]}}

package.json์— ์˜์กด์„ฑ์œผ๋กœ ๋‚˜์—ด๋œ ๋ชจ๋“  ํŒจํ‚ค์ง€๋ฅผ ๋‹ค์šด๋กœ๋“œ:

npm {{[i|install]}} {{package_name}}@{{version}}

ํŠน์ • ๋ฒ„์ „์˜ ํŒจํ‚ค์ง€๋ฅผ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  `package.json`์˜ ์˜์กด์„ฑ ๋ชฉ๋ก์— ์ถ”๊ฐ€:

๐Ÿ”

npx

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

์ด ๋ช…๋ น์€ `npm exec`์˜ ๋ณ„์นญ์ž…๋‹ˆ๋‹ค.

tldr npm exec

์ž์„ธํ•œ ๋‚ด์šฉ์€ ์›๋ณธ ๋ช…๋ น์„ ์ฐธ๊ณ ํ•˜์„ธ์š”:

๐Ÿ”

pip install

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

# ํ”„๋กœ์ ํŠธ ๋ฐฐ์ง€

// repository documentation