Open-source, cross-platform tool for managing remote and device connections with local AI
See the codeAn open-source, cross-platform tool for managing remote and device connections with an embedded local AI engine for command generation and auto-completion.
Grab the latest release for your platform from the releases page:
| Platform | Asset |
|---|---|
| macOS (Apple Silicon) | Sheil_<version>_aarch64.dmg |
| macOS (Intel) | Sheil_<version>_x64.dmg |
| Windows | Sheil_<version>_x64-setup.exe or .msi |
| Linux (x86_64) | .deb, .rpm, or .AppImage (amd64/x86_64) |
| Linux (ARM64) | .deb, .rpm, or .AppImage (arm64/aarch64) |
Requirements: Node.js >= 24.17.0, Rust (MSRV 1.77.2), pnpm 11.x
pnpm install # install dependencies
pnpm exec tauri dev # run the app in dev mode
pnpm exec tauri build # production build
pnpm run lint # lint
pnpm run typecheck # type check
pnpm run test # run Rust tests
See AGENTS.md for architecture details and coding conventions.
Contributions are welcome! Please read CONTRIBUTING.md first. All commits must be signed off with git commit -s.
GPLv3 — see LICENSE.
60 commits
Vue
46.1%
Rust
31.6%
TypeScript
21.4%
Open-source, cross-platform tool for managing remote and device connections with local AI
See the codeAn open-source, cross-platform tool for managing remote and device connections with an embedded local AI engine for command generation and auto-completion.
Grab the latest release for your platform from the releases page:
| Platform | Asset |
|---|---|
| macOS (Apple Silicon) | Sheil_<version>_aarch64.dmg |
| macOS (Intel) | Sheil_<version>_x64.dmg |
| Windows | Sheil_<version>_x64-setup.exe or .msi |
| Linux (x86_64) | .deb, .rpm, or .AppImage (amd64/x86_64) |
| Linux (ARM64) | .deb, .rpm, or .AppImage (arm64/aarch64) |
Requirements: Node.js >= 24.17.0, Rust (MSRV 1.77.2), pnpm 11.x
pnpm install # install dependencies
pnpm exec tauri dev # run the app in dev mode
pnpm exec tauri build # production build
pnpm run lint # lint
pnpm run typecheck # type check
pnpm run test # run Rust tests
See AGENTS.md for architecture details and coding conventions.
Contributions are welcome! Please read CONTRIBUTING.md first. All commits must be signed off with git commit -s.
GPLv3 — see LICENSE.
60 commits
Vue
46.1%
Rust
31.6%
TypeScript
21.4%