aximo
Offline-first speech-to-text API for local and private deployments
파일 탐색기
- config.toml
- ci.yml
- container.yml
- image-security.yml
- security.yml
- dependabot.yml
- coverage.json
- aximo.example.toml
- aximo.local.toml
- capabilities.rs
- health.rs
- mod.rs
- transcriptions.rs
- handler.rs
- mod.rs
- protocol.rs
- app.rs
- config.rs
- docs.rs
- engine_runtime.rs
- inference_task.rs
- lib.rs
- main.rs
- metrics.rs
- runtime.rs
- runtime_health.rs
- aximo-recorder.css
- aximo-recorder.js
- index.html
- blocking_inference.rs
- capabilities_api.rs
- config_inference.rs
- docs_api.rs
- health_api.rs
- metrics_api.rs
- realtime_protocol.rs
- runtime_config.rs
- transcriptions_api.rs
- workspace_smoke.rs
- Cargo.toml
- decode.rs
- lib.rs
- media_type.rs
- normalize.rs
- corrupt.mp3
- tone-16k-mono.flac
- tone-16k-mono.m4a
- tone-16k-mono.mp3
- tone-16k-mono.wav
- tone-44k-stereo.wav
- decode.rs
- media_type.rs
- Cargo.toml
- lib.rs
- realtime.rs
- scheduler.rs
- short_audio.rs
- realtime.rs
- scheduler.rs
- Cargo.toml
- engine.rs
- lib.rs
- runtime.rs
- runtime_loader.rs
- Cargo.toml
- configmap.yaml
- deployment.yaml
- kustomization.yaml
- networkpolicy.yaml
- pdb.yaml
- pvc.yaml
- service.yaml
- swagger-recorder.png
- 2026-04-22-aximo-stt-service.md
- 2026-04-24-api-operational-polish.md
- 2026-04-24-api-production-polish.md
- 2026-04-24-production-hardening-limits.md
- 2026-04-24-production-runtime-polish.md
- 2026-04-24-runtime-production-hardening.md
- 2026-04-22-aximo-stt-design.md
- architecture.md
- benchmark-baselines.md
- benchmarks.md
- client-examples.md
- deployment-security.md
- kubernetes.md
- model-licenses.md
- publishing.md
- realtime-protocol.md
- benchmark-api.sh
- fetch-models.sh
- generate-benchmark-fixtures.sh
- render-benchmark-report.sh
- .dockerignore
- .gitignore
- Cargo.lock
- Cargo.toml
- deny.toml
- docker-compose.yml
- Dockerfile
- justfile
- README.md
- rust-toolchain.toml
- SECURITY.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cargo
설명 보기 ▼
cargo
Rust 프로젝트 및 모듈 종속성(크레이트)을 관리.
`build`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
더 많은 정보: <https://doc.rust-lang.org/stable/cargo/>.
cargo search {{search_string}}
크레이트 검색:
cargo install {{crate_name}}
바이너리 크레이트 설치:
cargo install --list
설치된 바이너리 크레이트 나열:
docker compose up
설명 보기 ▼
docker compose up
Start and run Docker services defined in a Compose file.
docker compose up
Start all services defined in the docker-compose file:
docker compose up {{[-d|--detach]}}
Start services in the background (detached mode):
docker compose up --build
Start services and rebuild images before starting:
just
설명 보기 ▼
just
`just`는 동일한 이름을 가진 여러 명령을 참조할 수 있습니다.
just {{recipe}}
명령 실행기에 대한 문서 보기:
just
Start a REPL (interactive shell):
just --init
V8 JavaScript 런타임에 대한 문서 보기:
