v0.2.0 — now on pypi

private ai orchestration for autonomous workflows

compiled deepseek-based agent execution with secure local control

terminal — deepstrain
$ pip install deepstrain
collecting deepstrain...
✓ successfully installed deepstrain-0.2.0
$ deepstrain activate DSTR-XXXX-XXXX-XXXX
✓ license verified — professional plan active
$ strain chat "orchestrate a multi-step refactor"
→ planning execution graph...

architecture

not a wrapper. an execution runtime.

every design decision differentiates deepstrain from generic ai tooling — at the binary, network, and cryptographic level.

compiled thin client

Nuitka-compiled binary distributed via PyPI. No interpreter overhead, no source exposure.

local execution

Agents run entirely on your machine. Your code, your data, your hardware — zero cloud leakage.

cloud activation

License validation via Vercel edge. Cryptographic activation with server-side revocation capability.

deepseek-based agents

BYOK architecture — plug in your own DeepSeek API key. R1-class reasoning for agentic workflows.

secure orchestration

HMAC-signed execution graphs, keyring-backed secrets, and deterministic replay for auditability.

execution flow

pip install deepstrain
↓ compiled binary → local runtime
deepstrain activate KEY
↓ edge verify → HMAC sign → cached token
strain chat "..."
↓ BYOK DeepSeek API → agent loop → output

setup

running in 3 commands

install, activate, execute. nothing else.

01

Install

pip install deepstrain

~4 MB compiled binary

02

Activate

deepstrain activate YOUR-KEY

cryptographic license check

03

Execute

strain chat "ship this feature"

autonomous agent loop

the model

why deepseek?

deepseek is a frontier AI model built for code — competitive with GPT-4o on coding benchmarks, at a fraction of the cost. you bring your own key: your calls go directly to deepseek, never through our servers.

10× cheaper than gpt-4

deepseek-chat costs ~$0.27/M tokens vs GPT-4o's $5/M. same coding quality, 95% less API cost. your deepstrain subscription pays for itself in the first task.

byok — you control costs

bring your own deepseek API key. deepstrain never proxies your requests. your usage, your billing, your data. get a free key at platform.deepseek.com in 2 minutes.

built for code

deepseek v3 is trained on 14.8T tokens with a heavy focus on code. it understands diffs, ASTs, stack traces, and complex refactors — not just text generation.

deepseek r1 for hard problems

switch to deepstrain-r1 (deepseek reasoner) for architecture decisions, complex debugging, and multi-step planning. chain-of-thought built in.

# get your free deepseek API key
platform.deepseek.com → API keys → create
deepstrain configure # paste it here
get deepseek key →

pricing

one plan. everything included.

no tiers to decipher. no features held back. monthly, quarterly, 6-month or yearly — commit longer, pay less.

professional
$9/mo

cancel anytime — no lock-in

  • unlimited agent runs
  • byok deepseek api
  • compiled binary + source runtime
  • offline-capable execution
  • cloud activation + license mgmt
  • keyring-backed secret storage
  • gui settings panel
get deepstrain