Bundle
@exagone313/dsh-podman
Podman-backed execution for DeepSeek Harness (dsh)
- Source
- Exagone313
- License
- MIT
- Updated
- Updated 9 hours ago
Readme
<!-- SPDX-FileCopyrightText: 2026 Elouan Martinet <exa@elou.world> SPDX-License-Identifier: MIT --> # dsh-podman [](LICENSE) [](https://www.npmjs.com/package/@exagone313/dsh-podman) [](https://github.com/Exagone313/dsh-podman/releases) [](https://github.com/Exagone313/dsh-podman/pkgs/container/dsh-podman%2Forchestrator) [](https://github.com/Exagone313/dsh-podman/pkgs/container/dsh-podman%2Fguest-agent) English | [中文](README.zh.md) [Podman](https://podman.io/)-backed execution for [DeepSeek Harness](https://deepseek.com/harness) (`dsh`). dsh-podman routes all shell execution and file access through disposable and per-project Podman containers. ## Documentation - **[Install DeepSeek Harness & dsh-podman with rootless Podman](docs/install-dsh-and-dsh-podman.md)** - [Architecture](docs/architecture.md) - [Configuration](docs/configuration.md) - [Usage](docs/usage.md) - [Development](docs/development.md) ## AI-usage disclosure This repository was written in major parts using AI models: - early commits using OpenAI GPT-5.6 Luna - DeepSeek V4 Flash - source code weakness fixes by Anthropic Claude Opus 5 ## License [MIT](./LICENSE)
Install
dsh plugin --profile web add github:Exagone313/dsh-podman
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install exagone313-dsh-podman from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.