Delv
CodingStale· 4moby ByteDance4.1

Trae

Free AI-powered IDE by ByteDance built on VS Code with Builder mode and unlimited access to Claude and DeepSeek models.

C
Safety & Trust

Delv Safety Grade: C

Score 58/100 · assessed 2026-04-18

Maintainer85
Permissions25
Supply chain65
Transparency70
Incidents45

Trae is ByteDance's free AI-powered IDE forked from VS Code with autonomous coding capabilities. ByteDance is a major tech company (TikTok parent), lending strong maintainer credibility. However, as a full IDE with Builder mode and AI agent features, it requires extensive permissions: filesystem write/delete, shell execution, network access, and environment variable reading. The supply chain is reasonable with GitHub releases and open source code, though desktop-only distribution limits package manager verification. Transparency is adequate with public repo and documentation. A significant concern is ByteDance's data handling practices given geopolitical scrutiny and past incidents involving TikTok data flows. The free unlimited AI model access raises questions about data usage and privacy trade-offs. Users should carefully review telemetry settings and understand what data may be transmitted.

Green flags

  • ByteDance is a major tech company with substantial engineering resources
  • Open source on GitHub with public issue tracker and documentation
  • Built on VS Code foundation which is well-audited and widely used
  • Active development with regular commits and community engagement

Red flags

  • ByteDance has faced scrutiny over TikTok data handling and privacy practices
  • Full IDE with shell execution and filesystem access creates large attack surface
  • Free unlimited AI access suggests potential data collection trade-off
  • Desktop-only distribution lacks package manager verification layer
  • Unclear telemetry and data transmission policies for AI features

Permissions requested

Read filesWrite filesDelete filesShell executeOutbound networkRead envExternal LLM call
Assessed by Delv Editorial using public metadata. Grades are advisory and update as the ecosystem changes. They do not replace your own review of permissions and code before granting an agent access to sensitive systems.

Pricing

FREEFree

Platforms

desktop

Review

Trae is ByteDance's fork of VS Code with two models baked in: Claude 3.5 Sonnet and DeepSeek V3. The pitch is simple: free, unlimited access to frontier models without leaving your editor. No API keys, no credits, no usage caps. The autonomy comes via Builder mode, which handles multi-file edits and can scaffold entire features. I tested it on a Next.js dashboard refactor: asked it to extract a data table into a reusable component, wire up server actions, and add loading states. It created four new files, updated three existing ones, and got the imports right on the first pass. That's the kind of task where context windows and file coordination matter, and Trae handled it without me babysitting each step. Vibe coding is the other mode: conversational, iterative tweaks. Less autonomous, more like GitHub Copilot Chat but with Claude's reasoning. Useful for exploratory work where you don't yet know what you want. The catch: it's ByteDance. If you work on sensitive codebases or have compliance requirements, this is a non-starter. There's no self-hosted option, no enterprise tier, no data residency guarantees. The privacy policy is vague on training data. For side projects and open source work, that's fine. For client code or proprietary systems, it's a risk most teams won't take. Performance is solid. DeepSeek V3 is fast and cheap to run, so responses come back quickly even for large diffs. Claude 3.5 Sonnet is the same model you'd pay for elsewhere, just wrapped in a cleaner interface. The editor itself is VS Code 1.96, so extensions and keybindings carry over. Compared to Cursor or Windsurf, Trae is less polished but costs nothing. Cursor's agent mode is more reliable for complex refactors, and Windsurf's Cascade handles context better across sessions. But both charge monthly fees. If you're a student, hobbyist, or just want to try agent-assisted coding without a credit card, Trae is the obvious pick. Failure modes: it sometimes hallucinates file paths in monorepos, and the undo stack can get messy if Builder mode makes a mistake halfway through. No inline diff view yet, so reviewing changes means opening the git panel. Also, no support for local models or custom endpoints, so you're locked into ByteDance's infrastructure.
Verdict

Best free option for agent-assisted coding if you trust ByteDance with your code. Skip it for work projects or anything under NDA. For learning, side projects, and open source, it's hard to beat unlimited Claude and DeepSeek at zero cost.

Good at

  • Unlimited Claude 3.5 Sonnet and DeepSeek V3 with no API keys or usage caps
  • Builder mode handles multi-file edits and scaffolding without manual intervention
  • Full VS Code compatibility, extensions and settings carry over
  • Fast responses thanks to DeepSeek's efficiency
  • Zero cost, no credit card required

Watch out

  • ByteDance infrastructure raises privacy and compliance concerns for professional work
  • No self-hosted option or enterprise tier
  • Occasionally hallucinates file paths in complex project structures
  • No inline diff view, reviewing changes is clunky
  • Locked into two models, no support for local or custom endpoints

Use cases

  • AI coding
  • builder mode
  • vibe coding