OpenGuider
An AI companion that lives on your desktop - OpenGuider watches your screen, listens to your voice, and guides every step with clear actions.
파일 탐색기
최종 버전 다운로드 (.zip)- deploy-landing.yml
- multi-platform-test.yml
- release-build.yml
- open-guider-guide-en.md
- open-guider-guide-tr.md
- OpenGuider - Configuration (EN) .pdf
- OpenGuider - Configuration(TR).pdf
- .gitkeep
- favicon.svg
- index.html
- landing.css
- landing.js
- README.md
- full-closed.png
- half-opened.png
- logo.icns
- logo.ico
- logo.png
- execution-log.css
- ExecutionLog.js
- step-approval.css
- StepApprovalCard.js
- style.css
- widget.css
- bootstrap.js
- messaging.js
- plan-view.js
- ptt.js
- state.js
- tts.js
- ui.js
- task-widget.js
- app.js
- settings.js
- widget.js
- approval.html
- cursor.html
- index.html
- settings.html
- widget.html
- after-pack.js
- download-browser-agent.js
- capture-screen-tool.js
- plan-tool.js
- pointer-tool.js
- evaluator-chain.js
- executor-chain.js
- fallback-manager.js
- interaction-pipeline.js
- llm-client.js
- planner-chain.js
- replanner-chain.js
- schemas.js
- task-orchestrator.js
- index.js
- structured.js
- context-analyzer.js
- embedding-matcher.js
- prompt-enricher.js
- execution-engine.js
- intent-router.js
- plugin-registry.js
- step-queue.js
- trust-manager.js
- browser-bridge.js
- ocr-engine.js
- ui-scanner.js
- window-enum.js
- agent_server.py
- hitl_hooks.py
- json_repair.py
- requirements.txt
- index.js
- llm-config.js
- risk-scorer.js
- sidecar.js
- plugin-interface.js
- element-cache.js
- session-manager.js
- session-persistence.js
- session-schema.js
- browser-execution-tts.js
- google-tts.js
- openai-tts.js
- windows-tts.js
- debug-logger.js
- bounds-validator.js
- semantic-verifier.js
- logger.js
- performance-metrics.js
- platform-capabilities.js
- screenshot.js
- secure-store.js
- store.js
- task-orchestrator.test.js
- execution-log.test.js
- panel-browser-task-view.test.js
- panel-smoke.test.js
- settings-aware.test.js
- settings-plugin-runtime.test.js
- widget-browser-task-view.test.js
- widget-smoke.test.js
- ai-providers.mock.test.js
- browser-execution-tts.test.js
- browser-plugin-llm-config.test.js
- browser-plugin-substep.test.js
- browser-sidecar-runtime-paths.test.js
- parse-point-tag.test.js
- performance-metrics.test.js
- platform-capabilities.test.js
- pointer-tool.test.js
- schemas.test.js
- session-manager-browser-execution.test.js
- session-schema.test.js
- store-schema.test.js
- .gitignore
- AGENTS.md
- eng.traineddata
- LICENSE
- main.js
- package-lock.json
- package.json
- preload.js
- README.md
- THIRD_PARTY_LICENSES.md
- tutorial.gif
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mo-tunn/OpenGuider
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd OpenGuider
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Python
쉬움사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
pip install -r src/plugins/browser/python/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
