rtk-ai/rtk

Add support for Bun

Open

#599 opened on Mar 15, 2026

View on GitHub
 (2 comments) (3 reactions) (0 assignees)Rust (2,914 forks)batch import
area:clieffort-mediumenhancementhelp wantedpriority:medium

Repository metrics

Stars
 (48,085 stars)
PR merge metrics
 (Avg merge 11d 1h) (45 merged PRs in 30d)

Description

From rtk discover, my toolchain would benefit from Bun integration:

----------------------------------------------------
Command                  Count    Example
bun                        254    bun packages/tools/src/hooks/pre-commi..
bunx eslint                 98    bunx eslint packages/...
task                        71    task --list 2>&1
git ls-files                62    git ls-files '.claude/rules/*.md' '.cl..
bun test                    62    bun test tests/unit/ 2>&1
bun install                 40    bun install 2>&1
bun tsc                     36    bun tsc --noEmit 2>&1
bun run                     35    bun run packages/...
nvm use                     30    nvm use 22 --silent
bunx tsc                    24    bunx tsc --noEmit packages/tools/src/s..
bunx markdownlint-cli2      17    bunx markdownlint-cli2 docs/guides/REA..
task 2>&1                   17    task 2>&1
gh auth                     16    gh auth status 2>&1
git mv                      16    git mv packages/..
git check-ignore            15    git check-ignore packages/..
----------------------------------------------------

Contributor guide