clawshell
The local runtime control layer for OpenClaw/Hermes-agent, PII & sensitive credentials protection.
파일 탐색기
최종 버전 다운로드 (.zip)- pullfrog.yml
- rust.yml
- dependabot.yml
- banner.png
- poc.png
- clawshell.js
- package.json
- .gitkeep
- package.json
- .gitkeep
- package.json
- .gitkeep
- package.json
- publish.sh
- tests.rs
- mod.rs
- to_v0_1_0_alpha_0.rs
- to_v0_2_1.rs
- mod.rs
- mod.rs
- core.rs
- mod.rs
- orchestrator.rs
- target.rs
- codex.rs
- mod.rs
- storage.rs
- autostart.rs
- backup.rs
- config_render.rs
- credentials.rs
- hermes_config.rs
- interactive.rs
- managed_skills.rs
- mod.rs
- openclaw_json.rs
- skills.rs
- test_support.rs
- types.rs
- linux.rs
- macos.rs
- mod.rs
- app.rs
- cli.rs
- config.rs
- dlp.rs
- email.rs
- hermes_cli.rs
- keys.rs
- main.rs
- openclaw_cli.rs
- process.rs
- proxy.rs
- stats.rs
- translate.rs
- tui.rs
- bad_toml_syntax.toml
- dlp_invalid_action.toml
- dlp_invalid_regex.toml
- dlp_pattern_missing_name.toml
- dlp_pattern_missing_regex.toml
- empty.toml
- extra_fields.toml
- host_is_number.toml
- key_missing_real_key.toml
- key_missing_virtual_key.toml
- missing_server.toml
- missing_stats.toml
- missing_upstream.toml
- port_negative.toml
- port_string.toml
- port_too_large.toml
- scan_responses_string.toml
- unclosed_string.toml
- unknown_provider.toml
- all_fields.toml
- dlp_disabled_scan.toml
- empty_base_url.toml
- empty_host.toml
- empty_keys.toml
- minimal.toml
- port_max.toml
- port_zero.toml
- config_fixtures__all_fields.snap
- config_fixtures__bad_toml_syntax.snap
- config_fixtures__dlp_disabled_scan.snap
- config_fixtures__dlp_invalid_action.snap
- config_fixtures__dlp_invalid_regex.snap
- config_fixtures__dlp_pattern_missing_name.snap
- config_fixtures__dlp_pattern_missing_regex.snap
- config_fixtures__empty.snap
- config_fixtures__empty_base_url.snap
- config_fixtures__empty_host.snap
- config_fixtures__empty_keys.snap
- config_fixtures__extra_fields.snap
- config_fixtures__host_is_number.snap
- config_fixtures__key_missing_real_key.snap
- config_fixtures__key_missing_virtual_key.snap
- config_fixtures__minimal.snap
- config_fixtures__missing_server.snap
- config_fixtures__missing_stats.snap
- config_fixtures__missing_upstream.snap
- config_fixtures__port_max.snap
- config_fixtures__port_negative.snap
- config_fixtures__port_string.snap
- config_fixtures__port_too_large.snap
- config_fixtures__port_zero.snap
- config_fixtures__scan_responses_string.snap
- config_fixtures__unclosed_string.snap
- config_fixtures__unknown_provider.snap
- cli_tests.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- clawshell.example.toml
- CONTRIBUTING.md
- LICENSE
- README.md
- tarpaulin.toml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/runta-dev/clawshell
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd clawshell
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Rust (rustup) cargo 명령어를 쓰려면 Rust가 필요합니다.
- Node.js npm 명령어를 쓰려면 Node.js가 설치되어 있어야 합니다.
cargo install clawshell --locked
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
npm install -g @clawshell/clawshell
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install -g @clawshell/clawshell
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo install clawshell --locked
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
RUSTFLAGS="--remap-path-prefix=$(pwd)=. --remap-path-prefix=$HOME=/" cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo build --release --target x86_64-unknown-linux-musl
Rust 프로젝트를 컴파일합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
