Skip to content

edgible discover

Read-only commands that inspect the local machine. Useful when troubleshooting an agent install that’s missing dependencies, or when scoping out a candidate serving device.

Check which workload runtimes are available.

Terminal window
edgible discover tools

Output is a table of tool names and detected versions:

docker 24.0.7
docker-compose v2.21.0 (built into docker CLI)
podman not installed
qemu-system-x86_64 8.1.3
wg 1.0.20210914
caddy 2.7.6

List every workload currently running on the device — managed by Edgible or not.

Terminal window
edgible discover workloads
edgible discover workloads --json

Includes Docker containers, systemd services, and known managed-process patterns. Useful for sanity-checking that a pre-existing workload is actually listening.

Report system capabilities — CPU, RAM, GPU — and recommend LLM model sizes that will fit. Aimed at the ai setup workflow. Alias: caps.

Terminal window
edgible discover capabilities
edgible discover capabilities --json