Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dcetra: DAG-based workflowsNew to Visual Studio Code? Get it now.
Dcetra: DAG-based workflows

Dcetra: DAG-based workflows

D-CETERA

|
2 installs
| (0) | Free
DAG-powered board to think, decide, and act
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dcetra - DAG-based workflows

Map your goals, surface the reasoning behind each decision, and move straight into action — all inside VS Code.

Dcetra turns your objectives into a visual DAG (directed acyclic graph) of decisions and tasks, so you can think through what matters and execute without switching context.

Features

  • Think visually — lay out goals, dependencies, and decision points as a DAG
  • Decide with clarity — see the reasoning and trade-offs behind every branch
  • Act immediately — turn decisions into executable tasks right from the workspace

Getting Started

Recommended: Try in Browser with Docker

The quickest way to try Dcetra is to run it in code-server via Docker — no local VS Code installation required.

Prerequisites

  • Docker

1. Create a Dockerfile

FROM ghcr.io/coder/code-server:4.108.2-noble

RUN code-server \
    --user-data-dir /root/.local/share/code-server \
    --extensions-dir /root/.local/share/code-server/extensions \
    --install-extension d-cetera.dcetra-ext

2. Build & Run

docker build -t dcetra-code-server .
docker run --rm -p 4080:8080 dcetra-code-server --auth none

Open http://localhost:4080 in your browser. Dcetra is pre-installed and ready to use.

Install from Marketplace

  • VS Code Marketplace
  • Open VSX Registry

License

Free during pre-release (< v1.0.0). Paid license required from v1.0.0. See LICENSE.txt for details.

Feedback & Issues

File issues and feature requests on the project's issue tracker.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft