Posts in 2026
  • Plugin Architecture: v1.10 Ships

    Tuesday, May 05, 2026 in Blog

    Up to now, every new language in DevRail has meant a PR against dev-toolchain – a Dockerfile change, an install script, Makefile blocks for _lint / _format / _test / _security, a standards doc, and a release. That worked through the ten core …

    Read more

  • Kotlin Extracted as the Reference Plugin (v1.11)

    Tuesday, May 05, 2026 in Blog

    A few hours after v1.10 introduced the plugin architecture, v1.11 ships the first proof. devrail-plugin-kotlin is now a separate repo, a separate release cadence, and – for consumers who declare it – the canonical way to use Kotlin …

    Read more

  • Axios Supply Chain Attack: DevRail Is Not Affected

    Wednesday, April 01, 2026 in Blog

    On March 31, 2026, attackers compromised a maintainer account for the axios npm package and published malicious versions containing a cross-platform remote access trojan. This post covers our assessment and why DevRail users are not affected. What …

    Read more

  • Swift Language Support

    Monday, March 23, 2026 in Blog

    DevRail now supports Swift as its ninth language ecosystem. Swift projects get the same standards-driven workflow as every other DevRail-supported language: linting, formatting, testing, and security scanning through consistent Makefile targets and …

    Read more

  • Our Response to the Trivy Supply Chain Attack

    Monday, March 23, 2026 in Blog

    On March 19, 2026, attackers compromised credentials for the Aqua Security GitHub organization and force-pushed 75 of 76 version tags in the trivy-action repository to point at malicious commits containing an infostealer. A malicious Trivy binary …

    Read more

  • Kotlin Language Support

    Monday, March 23, 2026 in Blog

    DevRail now supports Kotlin as its tenth language ecosystem. Whether you are building server-side Kotlin services or Android applications, DevRail provides consistent linting, static analysis, testing, and security scanning through the same Makefile …

    Read more

  • v1.6.0 Release

    Monday, March 09, 2026 in Blog

    v1.6.0 is the largest dev-toolchain release since launch. It adds the eighth language ecosystem, a companion infrastructure tool, three new Makefile targets, and several workflow improvements. This post summarizes everything that shipped. Language …

    Read more

  • Terragrunt Support

    Thursday, March 05, 2026 in Blog

    Terragrunt is now included in the dev-toolchain container as a companion tool to Terraform. Projects that use terragrunt.hcl files get automatic format checking with zero configuration. How It Works There is no new language entry. Terragrunt runs …

    Read more

  • Rust Support

    Wednesday, March 04, 2026 in Blog

    Rust is the eighth language ecosystem in DevRail. Add rust to your .devrail.yml and the full toolchain is available immediately. What Ships The dev-toolchain container includes the complete Rust toolchain and five tools: Concern Tool What It Does …

    Read more

  • make fix and Mirror Automation

    Tuesday, March 03, 2026 in Blog

    Two features shipped today: make fix for auto-remediation and CI-based mirror automation between GitLab and GitHub. make fix make check tells you what’s wrong. make fix fixes what it can. $ make fix ✓ python (ruff format, ruff check --fix) ✓ …

    Read more