# GitHub User — Zapi reference > Fetch public profile information for a GitHub user. **Base URL:** `https://api.zapi.ink` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zapi.ink/dashboard/keys. **Response envelope:** `{ content, message, errors }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zapi.ink/api/social-media/github-user - Endpoint catalog: https://zapi.ink/category/social-media - Concise index: https://zapi.ink/llms.txt - Full reference: https://zapi.ink/llms-full.txt --- ## GitHub User **Category:** social-media · **Slug:** `github-user` **Detail page:** https://zapi.ink/api/social-media/github-user Fetch public profile information for a GitHub user. **Tags:** github, developer ### User Profile Get a GitHub user's public profile. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/profile/:username` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `username` | string | path | yes | GitHub username (without @) | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/profile/:username" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/profile/:username", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/profile/:username", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "user": { "id": 1024025, "bio": "", "blog": "", "name": "Linus Torvalds", "type": "User", "email": "", "login": "torvalds", "avatar": "https://avatars.githubusercontent.com/u/1024025?v=4", "company": "Linux Foundation", "htmlUrl": "https://github.com/torvalds", "twitter": "", "hireable": false, "location": "Portland, OR", "createdAt": "2011-09-03T15:26:22Z", "followers": 304705, "following": 0, "updatedAt": "2026-05-25T22:34:10Z", "publicGists": 1, "publicRepos": 11 }, "repos": [ { "id": 2325298, "fork": false, "name": "linux", "forks": 62572, "stars": 234576, "topics": [], "htmlUrl": "https://github.com/torvalds/linux", "archived": false, "fullName": "torvalds/linux", "language": "C", "pushedAt": "2026-05-26T23:41:14Z", "watchers": 234576, "updatedAt": "2026-05-27T13:19:45Z", "openIssues": 3, "description": "Linux kernel source tree" }, { "id": 79171906, "fork": true, "name": "libdc-for-dirk", "forks": 52, "stars": 387, "topics": [], "htmlUrl": "https://github.com/torvalds/libdc-for-dirk", "archived": false, "fullName": "torvalds/libdc-for-dirk", "language": "C", "pushedAt": "2024-12-26T20:12:43Z", "watchers": 387, "updatedAt": "2026-05-27T10:26:00Z", "openIssues": 1, "description": "Only use for syncing with Dirk, don't use for anything else" }, { "id": 1058343058, "fork": false, "name": "GuitarPedal", "forks": 69, "stars": 1941, "topics": [], "htmlUrl": "https://github.com/torvalds/GuitarPedal", "archived": false, "fullName": "torvalds/GuitarPedal", "language": "C", "pushedAt": "2026-05-24T23:39:40Z", "watchers": 1941, "updatedAt": "2026-05-27T06:46:10Z", "openIssues": 3, "description": "Linus learns analog circuits" }, { "id": 1130786764, "fork": false, "name": "AudioNoise", "forks": 206, "stars": 4374, "topics": [], "htmlUrl": "https://github.com/torvalds/AudioNoise", "archived": false, "fullName": "torvalds/AudioNoise", "language": "C", "pushedAt": "2026-05-08T17:20:22Z", "watchers": 4374, "updatedAt": "2026-05-27T06:00:09Z", "openIssues": 30, "description": "Random digital audio effects" }, { "id": 117900805, "fork": false, "name": "uemacs", "forks": 308, "stars": 2031, "topics": [], "htmlUrl": "https://github.com/torvalds/uemacs", "archived": false, "fullName": "torvalds/uemacs", "language": "C", "pushedAt": "2026-02-25T19:15:47Z", "watchers": 2031, "updatedAt": "2026-05-26T08:41:38Z", "openIssues": 13, "description": "Random version of microemacs with my private modificatons" }, { "id": 519408694, "fork": true, "name": "libgit2", "forks": 28, "stars": 358, "topics": [], "htmlUrl": "https://github.com/torvalds/libgit2", "archived": false, "fullName": "torvalds/libgit2", "language": "C", "pushedAt": "2023-12-19T11:45:42Z", "watchers": 358, "updatedAt": "2026-05-26T06:59:22Z", "openIssues": 1, "description": "A cross-platform, linkable library implementation of Git that you can use in your application." }, { "id": 86106493, "fork": false, "name": "test-tlb", "forks": 219, "stars": 1002, "topics": [], "htmlUrl": "https://github.com/torvalds/test-tlb", "archived": false, "fullName": "torvalds/test-tlb", "language": "C", "pushedAt": "2024-08-19T21:13:36Z", "watchers": 1002, "updatedAt": "2026-05-26T06:32:36Z", "openIssues": 13, "description": "Stupid memory latency and TLB tester" }, { "id": 940929652, "fork": false, "name": "1590A", "forks": 22, "stars": 566, "topics": [], "htmlUrl": "https://github.com/torvalds/1590A", "archived": true, "fullName": "torvalds/1590A", "language": "OpenSCAD", "pushedAt": "2025-09-19T02:54:14Z", "watchers": 566, "updatedAt": "2026-05-24T17:40:00Z", "openIssues": 0, "description": "Random odd guitar pedal design in kicad" }, { "id": 78665021, "fork": true, "name": "subsurface-for-dirk", "forks": 68, "stars": 457, "topics": [], "htmlUrl": "https://github.com/torvalds/subsurface-for-dirk", "archived": false, "fullName": "torvalds/subsurface-for-dirk", "language": "C++", "pushedAt": "2024-08-28T08:00:07Z", "watchers": 457, "updatedAt": "2026-05-24T08:35:27Z", "openIssues": 2, "description": "Do not use - the real upstream is Subsurface-divelog/subsurface" }, { "id": 113099837, "fork": false, "name": "pesconvert", "forks": 75, "stars": 560, "topics": [], "htmlUrl": "https://github.com/torvalds/pesconvert", "archived": false, "fullName": "torvalds/pesconvert", "language": "C", "pushedAt": "2022-12-22T10:46:37Z", "watchers": 560, "updatedAt": "2026-05-22T10:46:53Z", "openIssues": 6, "description": "Brother PES file converter" } ] } ``` --- ### Get Trending Repos Repositori yang sedang tren di GitHub. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/trending` - **Cache TTL:** 900s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `since` | enum(daily|weekly|monthly) | query | no | Time range. Default daily | | `language` | string | query | no | Filter by programming language, e.g. typescript, rust, go | | `spokenLanguage` | string | query | no | Filter by spoken language (ISO code, e.g. en, id) | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/trending?since=daily&language=typescript&spokenLanguage=en" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/trending?since=daily&language=typescript&spokenLanguage=en", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/trending?since=daily&language=typescript&spokenLanguage=en", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "count": 13, "items": [ { "url": "https://github.com/TencentCloud/TencentDB-Agent-Memory", "name": "TencentDB-Agent-Memory", "repo": "TencentCloud/TencentDB-Agent-Memory", "forks": 1407, "owner": "TencentCloud", "stars": 15627, "builtBy": [ "Maxwell-Code07", "Yuntong8888" ], "language": "TypeScript", "description": "TencentDB Agent Memory is a team-level memory hub for AI Agents — turning conversations, docs, and code into four reusable memory assets (Chat Memory, Skill, LLM-Wiki, Code-Graph) that are governed, shared, and equipped across agents and frameworks.", "languageColor": "#3178c6", "starsInPeriod": 1892, "starsInPeriodText": "1,892 stars today" }, { "url": "https://github.com/addyosmani/agent-skills", "name": "agent-skills", "repo": "addyosmani/agent-skills", "forks": 8844, "owner": "addyosmani", "stars": 82297, "builtBy": [ "addyosmani", "nucliweb", "federicobartoli", "claude", "dj2313" ], "language": "JavaScript", "description": "Production-grade engineering skills for AI coding agents.", "languageColor": "#f1e05a", "starsInPeriod": 226, "starsInPeriodText": "226 stars today" }, { "url": "https://github.com/cloudflare/computer", "name": "computer", "repo": "cloudflare/computer", "forks": 209, "owner": "cloudflare", "stars": 4306, "builtBy": [ "aron-cf", "ndisidore", "ghostwriternr", "mattzcarey" ], "language": "TypeScript", "description": "Give your agent a computer 👾", "languageColor": "#3178c6", "starsInPeriod": 891, "starsInPeriodText": "891 stars today" }, { "url": "https://github.com/mattpocock/skills", "name": "skills", "repo": "mattpocock/skills", "forks": 17783, "owner": "mattpocock", "stars": 205935, "builtBy": [ "mattpocock", "claude", "gabimoncha" ], "language": "Shell", "description": "Skills for Real Engineers. Straight from my .agents directory.", "languageColor": "#89e051", "starsInPeriod": 1695, "starsInPeriodText": "1,695 stars today" }, { "url": "https://github.com/goauthentik/authentik", "name": "authentik", "repo": "goauthentik/authentik", "forks": 1757, "owner": "goauthentik", "stars": 22790, "builtBy": [ "BeryJu", "rissson" ], "language": "Python", "description": "The authentication glue you need.", "languageColor": "#3572A5", "starsInPeriod": 123, "starsInPeriodText": "123 stars today" }, { "url": "https://github.com/huangruiteng/loopx", "name": "loopx", "repo": "huangruiteng/loopx", "forks": 190, "owner": "huangruiteng", "stars": 2565, "builtBy": [ "huangruiteng", "cocolord", "ZaynJarvis", "Hoey041", "Ray0907" ], "language": "Python", "description": "Lightweight loop engineering state kernel for long-running AI agent teams. Agent-loop agnostic across Codex, Claude Code, and other coding agents, with durable goals, quota-aware auto-wake, executable todos, evidence logs, and verifiable handoffs.", "languageColor": "#3572A5", "starsInPeriod": 326, "starsInPeriodText": "326 stars today" }, { "url": "https://github.com/google/guava", "name": "guava", "repo": "google/guava", "forks": 11155, "owner": "google", "stars": 51547, "builtBy": [ "cpovirk", "cgdecker", "kluever", "lowasser" ], "language": "Java", "description": "Google core libraries for Java", "languageColor": "#b07219", "starsInPeriod": 9, "starsInPeriodText": "9 stars today" }, { "url": "https://github.com/TapXWorld/ChinaTextbook", "name": "ChinaTextbook", "repo": "TapXWorld/ChinaTextbook", "forks": 17382, "owner": "TapXWorld", "stars": 76899, "builtBy": [ "TapXWorld", "keminshu" ], "language": "Roff", "description": "所有小初高、大学PDF教材。", "languageColor": "#ecdebe", "starsInPeriod": 157, "starsInPeriodText": "157 stars today" }, { "url": "https://github.com/Significant-Gravitas/AutoGPT", "name": "AutoGPT", "repo": "Significant-Gravitas/AutoGPT", "forks": 46048, "owner": "Significant-Gravitas", "stars": 185847, "builtBy": [ "Pwuts", "majdyz", "Auto-GPT-Bot", "ntindle", "Swiftyos" ], "language": "Python", "description": "AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.", "languageColor": "#3572A5", "starsInPeriod": 28, "starsInPeriodText": "28 stars today" }, { "url": "https://github.com/tirth8205/code-review-graph", "name": "code-review-graph", "repo": "tirth8205/code-review-graph", "forks": 2670, "owner": "tirth8205", "stars": 28800, "builtBy": [ "tirth8205", "claude", "gzenz", "HsiangNianian", "jaissebastian" ], "language": "Python", "description": "Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.", "languageColor": "#3572A5", "starsInPeriod": 232, "starsInPeriodText": "232 stars today" }, { "url": "https://github.com/esengine/DeepSeek-Reasonix", "name": "DeepSeek-Reasonix", "repo": "esengine/DeepSeek-Reasonix", "forks": 2070, "owner": "esengine", "stars": 32055, "builtBy": [ "SivanCola", "esengine", "ttmouse", "lifu963", "cursoragent" ], "language": "Go", "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.", "languageColor": "#00ADD8", "starsInPeriod": 747, "starsInPeriodText": "747 stars today" }, { "url": "https://github.com/obra/superpowers", "name": "superpowers", "repo": "obra/superpowers", "forks": 23917, "owner": "obra", "stars": 267719, "builtBy": [ "obra", "arittr", "claude", "clkao", "jjshanks" ], "language": "Shell", "description": "An agentic skills framework & software development methodology that works.", "languageColor": "#89e051", "starsInPeriod": 931, "starsInPeriodText": "931 stars today" }, { "url": "https://github.com/firecrawl/pdf-inspector", "name": "pdf-inspector", "repo": "firecrawl/pdf-inspector", "forks": 802, "owner": "firecrawl", "stars": 11974, "builtBy": [ "abimaelmartell", "claude", "cursoragent", "rth", "bryan" ], "language": "Rust", "description": "Fast Rust library for PDF inspection, classification, and text extraction. Intelligently detects scanned vs text-based PDFs to enable smart routing decisions.", "languageColor": "#dea584", "starsInPeriod": 1582, "starsInPeriodText": "1,582 stars today" } ], "since": "daily" } ``` --- ### Get Trending Developers Developer yang sedang tren di GitHub. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/trending-developers` - **Cache TTL:** 900s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `since` | enum(daily|weekly|monthly) | query | no | Time range. Default daily | | `language` | string | query | no | Filter by programming language, e.g. typescript, rust, go | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/trending-developers?since=daily&language=rust" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/trending-developers?since=daily&language=rust", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/trending-developers?since=daily&language=rust", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "count": 25, "items": [ { "url": "https://github.com/esengine", "name": "YHH", "rank": 1, "avatar": "https://avatars.githubusercontent.com/u/18465053?s=96&v=4", "username": "esengine", "popularRepo": { "url": "https://github.com/esengine/DeepSeek-Reasonix", "name": "DeepSeek-Reasonix", "repo": "esengine/DeepSeek-Reasonix", "description": "DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running." } }, { "url": "https://github.com/Astro-Han", "name": "AstroHan", "rank": 2, "avatar": "https://avatars.githubusercontent.com/u/255364436?s=96&v=4", "username": "Astro-Han", "popularRepo": { "url": "https://github.com/Astro-Han/karpathy-llm-wiki", "name": "karpathy-llm-wiki", "repo": "Astro-Han/karpathy-llm-wiki", "description": "Agent Skills-compatible LLM wiki for Claude Code, Cursor, and Codex. Build a Karpathy-style knowledge base from raw sources, citations, a…" } }, { "url": "https://github.com/lidge-jun", "name": "JUN", "rank": 3, "avatar": "https://avatars.githubusercontent.com/u/243035832?s=96&v=4", "username": "lidge-jun", "popularRepo": { "url": "https://github.com/lidge-jun/opencodex", "name": "opencodex", "repo": "lidge-jun/opencodex", "description": "Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama…) with Codex CLI, App, SDK,…" } }, { "url": "https://github.com/zhukunpenglinyutong", "name": "朱昆鹏", "rank": 4, "avatar": "https://avatars.githubusercontent.com/u/31264015?s=96&v=4", "username": "zhukunpenglinyutong", "popularRepo": { "url": "https://github.com/zhukunpenglinyutong/jetbrains-cc-gui", "name": "jetbrains-cc-gui", "repo": "zhukunpenglinyutong/jetbrains-cc-gui", "description": "Jetbrains Claude Code and Codex GUI Plugin" } }, { "url": "https://github.com/maziyarpanahi", "name": "Maziyar Panahi", "rank": 5, "avatar": "https://avatars.githubusercontent.com/u/5762953?s=96&v=4", "username": "maziyarpanahi", "popularRepo": { "url": "https://github.com/maziyarpanahi/openmed", "name": "openmed", "repo": "maziyarpanahi/openmed", "description": "Local-first healthcare AI: clinical NER & HIPAA PII de-identification that runs 100% on-device. 2,200+ medical models, 21 languages, Appl…" } }, { "url": "https://github.com/abimaelmartell", "name": "Abimael Martell", "rank": 6, "avatar": "https://avatars.githubusercontent.com/u/1450169?s=96&v=4", "username": "abimaelmartell", "popularRepo": { "url": "https://github.com/abimaelmartell/system_monitor", "name": "system_monitor", "repo": "abimaelmartell/system_monitor", "description": "multi-platform system monitor" } }, { "url": "https://github.com/yhirose", "name": "yhirose", "rank": 7, "avatar": "https://avatars.githubusercontent.com/u/357397?s=96&v=4", "username": "yhirose", "popularRepo": { "url": "https://github.com/yhirose/cpp-httplib", "name": "cpp-httplib", "repo": "yhirose/cpp-httplib", "description": "A C++ header-only HTTP/HTTPS server and client library" } }, { "url": "https://github.com/hiyouga", "name": "Yaowei Zheng", "rank": 8, "avatar": "https://avatars.githubusercontent.com/u/16256802?s=96&v=4", "username": "hiyouga", "popularRepo": { "url": "https://github.com/hiyouga/LlamaFactory", "name": "LlamaFactory", "repo": "hiyouga/LlamaFactory", "description": "Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)" } }, { "url": "https://github.com/igorls", "name": "Igor Lins e Silva", "rank": 9, "avatar": "https://avatars.githubusercontent.com/u/4753812?s=96&v=4", "username": "igorls", "popularRepo": { "url": "https://github.com/igorls/universal-llm-client", "name": "universal-llm-client", "repo": "igorls/universal-llm-client" } }, { "url": "https://github.com/tt-a1i", "name": "tt-a1i", "rank": 10, "avatar": "https://avatars.githubusercontent.com/u/53142663?s=96&v=4", "username": "tt-a1i", "popularRepo": { "url": "https://github.com/tt-a1i/archify", "name": "archify", "repo": "tt-a1i/archify", "description": "Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion…" } }, { "url": "https://github.com/backnotprop", "name": "Michael Ramos", "rank": 11, "avatar": "https://avatars.githubusercontent.com/u/7244317?s=96&v=4", "username": "backnotprop", "popularRepo": { "url": "https://github.com/backnotprop/plannotator", "name": "plannotator", "repo": "backnotprop/plannotator", "description": "Annotate and review coding agent plans and code diffs visually, share with your team, send feedback to agents with one click." } }, { "url": "https://github.com/alshedivat", "name": "Maruan", "rank": 12, "avatar": "https://avatars.githubusercontent.com/u/2126561?s=96&v=4", "username": "alshedivat", "popularRepo": { "url": "https://github.com/alshedivat/al-folio", "name": "al-folio", "repo": "alshedivat/al-folio", "description": "A beautiful, simple, clean, and responsive Jekyll theme for academics" } }, { "url": "https://github.com/ImChong", "name": "Chong Liu", "rank": 13, "avatar": "https://avatars.githubusercontent.com/u/74563097?s=96&v=4", "username": "ImChong", "popularRepo": { "url": "https://github.com/ImChong/Robotics_Notebooks", "name": "Robotics_Notebooks", "repo": "ImChong/Robotics_Notebooks", "description": "机器人技术栈资料汇总" } }, { "url": "https://github.com/danielmeppiel", "name": "Daniel Meppiel", "rank": 14, "avatar": "https://avatars.githubusercontent.com/u/51440732?s=96&v=4", "username": "danielmeppiel", "popularRepo": { "url": "https://github.com/danielmeppiel/agentic-sdlc-handbook", "name": "agentic-sdlc-handbook", "repo": "danielmeppiel/agentic-sdlc-handbook", "description": "The Agentic SDLC Handbook — dual-audience guide for C-suite and practitioners" } }, { "url": "https://github.com/bradygaster", "name": "Brady Gaster", "rank": 15, "avatar": "https://avatars.githubusercontent.com/u/41929050?s=96&v=4", "username": "bradygaster", "popularRepo": { "url": "https://github.com/bradygaster/squad", "name": "squad", "repo": "bradygaster/squad", "description": "Squad: AI agent teams for any project" } }, { "url": "https://github.com/kane50613", "name": "Kane Wang", "rank": 16, "avatar": "https://avatars.githubusercontent.com/u/33802653?s=96&v=4", "username": "kane50613", "popularRepo": { "url": "https://github.com/kane50613/takumi", "name": "takumi", "repo": "kane50613/takumi", "description": "Render JSX & HTML to image, SVG or PDF. 170+ CSS properties supported. Drop-in next/og replacement." } }, { "url": "https://github.com/louistrue", "name": "Louis Trümpler", "rank": 17, "avatar": "https://avatars.githubusercontent.com/u/78563314?s=96&v=4", "username": "louistrue", "popularRepo": { "url": "https://github.com/louistrue/ifcx-mcp", "name": "ifcx-mcp", "repo": "louistrue/ifcx-mcp", "description": "MCP server for authoring IFC5/IFCX building information models through AI assistants. Supports spatial structures, geometry, materials, c…" } }, { "url": "https://github.com/auscaster", "name": "Kam", "rank": 18, "avatar": "https://avatars.githubusercontent.com/u/100876?s=96&v=4", "username": "auscaster", "popularRepo": { "url": "https://github.com/auscaster/frantic-board", "name": "frantic-board", "repo": "auscaster/frantic-board", "description": "HELP WANTED: AI AGENTS. Real bounties, real money, every payout sealed to a public ledger. The notice board for gofrantic.com" } }, { "url": "https://github.com/perminder-klair", "name": "Parminder Klair", "rank": 19, "avatar": "https://avatars.githubusercontent.com/u/3984412?s=96&v=4", "username": "perminder-klair", "popularRepo": { "url": "https://github.com/perminder-klair/subwave", "name": "subwave", "repo": "perminder-klair/subwave", "description": "Personal internet radio: Agentic AI DJ" } }, { "url": "https://github.com/pbakaus", "name": "Paul Bakaus", "rank": 20, "avatar": "https://avatars.githubusercontent.com/u/43004?s=96&v=4", "username": "pbakaus", "popularRepo": { "url": "https://github.com/pbakaus/impeccable", "name": "impeccable", "repo": "pbakaus/impeccable", "description": "The design language that makes your AI harness better at design." } }, { "url": "https://github.com/lalalune", "name": "Shaw", "rank": 21, "avatar": "https://avatars.githubusercontent.com/u/18633264?s=96&v=4", "username": "lalalune", "popularRepo": { "url": "https://github.com/lalalune/outreachr", "name": "outreachr", "repo": "lalalune/outreachr", "description": "Local-first, open-source investor fundraising CRM for founders" } }, { "url": "https://github.com/poteto", "name": "lauren", "rank": 22, "avatar": "https://avatars.githubusercontent.com/u/1390709?s=96&v=4", "username": "poteto", "popularRepo": { "url": "https://github.com/poteto/hiring-without-whiteboards", "name": "hiring-without-whiteboards", "repo": "poteto/hiring-without-whiteboards", "description": "⭐️ Companies that don't have a broken hiring process" } }, { "url": "https://github.com/kentcdodds", "name": "Kent C. Dodds", "rank": 23, "avatar": "https://avatars.githubusercontent.com/u/1500684?s=96&v=4", "username": "kentcdodds", "popularRepo": { "url": "https://github.com/kentcdodds/kody", "name": "kody", "repo": "kentcdodds/kody", "description": "Your assistant's home — the memory, keys, code, and automations your AI agent keeps, portable across every MCP host. Built on Cloudflare …" } }, { "url": "https://github.com/sonichi", "name": "Chi Wang", "rank": 24, "avatar": "https://avatars.githubusercontent.com/u/4250911?s=96&v=4", "username": "sonichi", "popularRepo": { "url": "https://github.com/sonichi/sutando", "name": "sutando", "repo": "sonichi/sutando", "description": "My AI Stand. Realtime by day, rewriting itself by night. Summon my AI superpower." } }, { "url": "https://github.com/dalathegreat", "name": "Daniel Öster", "rank": 25, "avatar": "https://avatars.githubusercontent.com/u/26695010?s=96&v=4", "username": "dalathegreat", "popularRepo": { "url": "https://github.com/dalathegreat/Battery-Emulator", "name": "Battery-Emulator", "repo": "dalathegreat/Battery-Emulator", "description": "This revolutionary software enables EV battery packs to be easily reused for stationary storage in combination with solar inverters" } } ], "since": "daily" } ``` --- ### Get Repository Detail satu repositori GitHub. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/repo/:owner/:repo` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `owner` | string | path | yes | Repository owner (user or org) | | `repo` | string | path | yes | Repository name | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/repo/:owner/:repo" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/repo/:owner/:repo", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/repo/:owner/:repo", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "repo": { "id": 10270250, "url": "https://github.com/react/react", "name": "react", "forks": 51190, "owner": "react", "stars": 247059, "isFork": false, "topics": [ "declarative", "frontend", "javascript", "library", "react", "ui" ], "license": "MIT", "fullName": "react/react", "homepage": "https://react.dev", "language": "JavaScript", "pushedAt": "2026-08-05T19:11:16Z", "watchers": 6600, "createdAt": "2013-05-24T16:15:54Z", "updatedAt": "2026-08-06T11:12:40Z", "isArchived": false, "openIssues": 1248, "description": "The library for web and native user interfaces.", "defaultBranch": "main" } } ``` --- ### Get Organization Profil satu organisasi GitHub. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/org/:org` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `org` | string | path | yes | Organization login | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/org/:org" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/org/:org", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/org/:org", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "org": { "id": 14985020, "url": "https://github.com/vercel", "blog": "https://vercel.com", "name": "Vercel", "login": "vercel", "avatar": "https://avatars.githubusercontent.com/u/14985020?v=4", "twitter": "vercel", "createdAt": "2015-10-05T19:40:30Z", "followers": 30114, "following": 0, "updatedAt": "2026-07-16T14:59:51Z", "isVerified": true, "description": "Agentic infrastructure for every app and agent.", "publicGists": 0, "publicRepos": 238 } } ``` --- ### Get Repository Releases Daftar release sebuah repositori, lengkap dengan asetnya. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/releases/:owner/:repo` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `owner` | string | path | yes | Repository owner | | `repo` | string | path | yes | Repository name | | `page` | number | query | no | Page number. Default 1 | | `perPage` | number | query | no | Releases per page. Default 30, max 100 | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/releases/:owner/:repo?page=1&perPage=30" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/releases/:owner/:repo?page=1&perPage=30", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/releases/:owner/:repo?page=1&perPage=30", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "page": 1, "repo": "bun", "count": 30, "items": [ { "id": 320260981, "tag": "bun-v1.3.14", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.14", "body": "To install Bun v1.3.14\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.14:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n## [Read Bun v1.3.14's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.14)\r\n\r\n### Thanks to 11 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@carlsmedstad](https://github.com/carlsmedstad)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@coleleavitt](https://github.com/coleleavitt)\r\n- [@djs5008](https://github.com/djs5008)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@ig-ant](https://github.com/ig-ant)\r\n- [@Jarred-Sumner](https://github.com/Jarred-Sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n\r\n\r\n\r\n", "name": "Bun v1.3.14", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 301012416, "contentType": "application/zip", "downloadCount": 1687 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 23586433, "contentType": "application/zip", "downloadCount": 1181711 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 312642364, "contentType": "application/zip", "downloadCount": 1272 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 26509145, "contentType": "application/zip", "downloadCount": 11223 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 312642274, "contentType": "application/zip", "downloadCount": 1226 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 26509109, "contentType": "application/zip", "downloadCount": 80529 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-aarch64-profile.zip", "name": "bun-freebsd-aarch64-profile.zip", "size": 169220344, "contentType": "application/zip", "downloadCount": 1094 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-aarch64.zip", "name": "bun-freebsd-aarch64.zip", "size": 35255742, "contentType": "application/zip", "downloadCount": 1144 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-x64-baseline-profile.zip", "name": "bun-freebsd-x64-baseline-profile.zip", "size": 171601492, "contentType": "application/zip", "downloadCount": 1112 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-x64-baseline.zip", "name": "bun-freebsd-x64-baseline.zip", "size": 35829402, "contentType": "application/zip", "downloadCount": 1185 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-x64-profile.zip", "name": "bun-freebsd-x64-profile.zip", "size": 171601546, "contentType": "application/zip", "downloadCount": 935 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-freebsd-x64.zip", "name": "bun-freebsd-x64.zip", "size": 35829438, "contentType": "application/zip", "downloadCount": 1250 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-android-profile.zip", "name": "bun-linux-aarch64-android-profile.zip", "size": 274932074, "contentType": "application/zip", "downloadCount": 1031 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-android.zip", "name": "bun-linux-aarch64-android.zip", "size": 34926314, "contentType": "application/zip", "downloadCount": 2558 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 178662774, "contentType": "application/zip", "downloadCount": 936 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34304457, "contentType": "application/zip", "downloadCount": 41162 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 195488180, "contentType": "application/zip", "downloadCount": 998 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 35700603, "contentType": "application/zip", "downloadCount": 1298383 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-android-baseline-profile.zip", "name": "bun-linux-x64-android-baseline-profile.zip", "size": 274393066, "contentType": "application/zip", "downloadCount": 1154 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-android-baseline.zip", "name": "bun-linux-x64-android-baseline.zip", "size": 35807489, "contentType": "application/zip", "downloadCount": 996 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-android-profile.zip", "name": "bun-linux-x64-android-profile.zip", "size": 274393138, "contentType": "application/zip", "downloadCount": 924 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-android.zip", "name": "bun-linux-x64-android.zip", "size": 35807525, "contentType": "application/zip", "downloadCount": 1051 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 200358449, "contentType": "application/zip", "downloadCount": 1114 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 35595658, "contentType": "application/zip", "downloadCount": 1745705 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 181870880, "contentType": "application/zip", "downloadCount": 948 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 34384861, "contentType": "application/zip", "downloadCount": 101675 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 181951037, "contentType": "application/zip", "downloadCount": 958 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 34669122, "contentType": "application/zip", "downloadCount": 209676 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 201016139, "contentType": "application/zip", "downloadCount": 1241 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 35969274, "contentType": "application/zip", "downloadCount": 5869066 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-aarch64-profile.zip", "name": "bun-windows-aarch64-profile.zip", "size": 152529157, "contentType": "application/zip", "downloadCount": 1136 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-aarch64.zip", "name": "bun-windows-aarch64.zip", "size": 36659109, "contentType": "application/zip", "downloadCount": 93984 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 161325590, "contentType": "application/zip", "downloadCount": 1912 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 38023440, "contentType": "application/zip", "downloadCount": 125972 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 161538064, "contentType": "application/zip", "downloadCount": 1886 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 38366737, "contentType": "application/zip", "downloadCount": 1160241 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 3431, "contentType": "text/plain;charset=utf-8", "downloadCount": 348578 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.14/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 3709, "contentType": "application/pgp-signature", "downloadCount": 254471 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2026-05-12T22:12:49Z", "publishedAt": "2026-05-13T03:48:28Z", "isPrerelease": false }, { "id": 310831164, "tag": "bun-v1.3.13", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.13", "body": "To install Bun v1.3.13\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.13:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.13's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.13)\r\n\r\n### Thanks to 8 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@ant-kurt](https://github.com/ant-kurt)\r\n- [@chrislloyd](https://github.com/chrislloyd)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n", "name": "Bun v1.3.13", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 449102347, "contentType": "application/zip", "downloadCount": 423 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 23094987, "contentType": "application/zip", "downloadCount": 358408 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 457478879, "contentType": "application/zip", "downloadCount": 382 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 25534684, "contentType": "application/zip", "downloadCount": 9922 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 457478789, "contentType": "application/zip", "downloadCount": 336 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 25534648, "contentType": "application/zip", "downloadCount": 30006 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 176672456, "contentType": "application/zip", "downloadCount": 292 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 36897343, "contentType": "application/zip", "downloadCount": 13958 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 195303679, "contentType": "application/zip", "downloadCount": 356 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 38781871, "contentType": "application/zip", "downloadCount": 360994 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 195229909, "contentType": "application/zip", "downloadCount": 412 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38801759, "contentType": "application/zip", "downloadCount": 647412 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 174836820, "contentType": "application/zip", "downloadCount": 284 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36973180, "contentType": "application/zip", "downloadCount": 21267 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 174979942, "contentType": "application/zip", "downloadCount": 281 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 37170218, "contentType": "application/zip", "downloadCount": 78883 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 195787027, "contentType": "application/zip", "downloadCount": 406 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39125828, "contentType": "application/zip", "downloadCount": 2526429 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-aarch64-profile.zip", "name": "bun-windows-aarch64-profile.zip", "size": 158026600, "contentType": "application/zip", "downloadCount": 404 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-aarch64.zip", "name": "bun-windows-aarch64.zip", "size": 40150819, "contentType": "application/zip", "downloadCount": 6164 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 167866284, "contentType": "application/zip", "downloadCount": 636 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41800537, "contentType": "application/zip", "downloadCount": 49059 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 168001787, "contentType": "application/zip", "downloadCount": 696 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 42078521, "contentType": "application/zip", "downloadCount": 335777 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2263, "contentType": "text/plain;charset=utf-8", "downloadCount": 103391 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.13/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2541, "contentType": "application/pgp-signature", "downloadCount": 49744 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2026-04-19T07:07:51Z", "publishedAt": "2026-04-20T08:07:57Z", "isPrerelease": false }, { "id": 307213865, "tag": "bun-v1.3.12", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.12", "body": "To install Bun v1.3.12\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.12:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.12's release notes on Bun's blog](https://bun.sh/blog/bun-v1.3.12)\r\n\r\n### Thanks to 8 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@ant-kurt](https://github.com/ant-kurt)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@gameroman](https://github.com/gameroman)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n", "name": "Bun v1.3.12", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 439725110, "contentType": "application/zip", "downloadCount": 301 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22264502, "contentType": "application/zip", "downloadCount": 166407 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 447448623, "contentType": "application/zip", "downloadCount": 271 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24988607, "contentType": "application/zip", "downloadCount": 1570 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 447448443, "contentType": "application/zip", "downloadCount": 248 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24988535, "contentType": "application/zip", "downloadCount": 13907 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 174927344, "contentType": "application/zip", "downloadCount": 228 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 36489511, "contentType": "application/zip", "downloadCount": 5491 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 192919795, "contentType": "application/zip", "downloadCount": 281 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 38315273, "contentType": "application/zip", "downloadCount": 130396 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 192684059, "contentType": "application/zip", "downloadCount": 300 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38323884, "contentType": "application/zip", "downloadCount": 225041 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 172254544, "contentType": "application/zip", "downloadCount": 224 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36469829, "contentType": "application/zip", "downloadCount": 5769 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 172389650, "contentType": "application/zip", "downloadCount": 235 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36647206, "contentType": "application/zip", "downloadCount": 21285 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 193245155, "contentType": "application/zip", "downloadCount": 320 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38613565, "contentType": "application/zip", "downloadCount": 1015846 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-aarch64-profile.zip", "name": "bun-windows-aarch64-profile.zip", "size": 156072738, "contentType": "application/zip", "downloadCount": 343 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-aarch64.zip", "name": "bun-windows-aarch64.zip", "size": 39655633, "contentType": "application/zip", "downloadCount": 2312 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 165663732, "contentType": "application/zip", "downloadCount": 522 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41295153, "contentType": "application/zip", "downloadCount": 9212 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 165813000, "contentType": "application/zip", "downloadCount": 529 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41547400, "contentType": "application/zip", "downloadCount": 133262 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2263, "contentType": "text/plain;charset=utf-8", "downloadCount": 32096 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.12/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2541, "contentType": "application/pgp-signature", "downloadCount": 15472 } ], "author": "dylan-conway", "isDraft": false, "createdAt": "2026-04-09T04:59:38Z", "publishedAt": "2026-04-10T03:04:46Z", "isPrerelease": false }, { "id": 298238705, "tag": "bun-v1.3.11", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.11", "body": "To install Bun v1.3.11\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.11:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.11's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.11)\r\n\r\n### Thanks to 15 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@anthonybaldwin](https://github.com/anthonybaldwin)\r\n- [@baboon-king](https://github.com/baboon-king)\r\n- [@c-stoeckl](https://github.com/c-stoeckl)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@gaowhen](https://github.com/gaowhen)\r\n- [@hona](https://github.com/hona)\r\n- [@igorkofman](https://github.com/igorkofman)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@km-anthropic](https://github.com/km-anthropic)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@ssing2](https://github.com/ssing2)\r\n- [@whiteminds](https://github.com/whiteminds)\r\n", "name": "Bun v1.3.11", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 427251535, "contentType": "application/zip", "downloadCount": 170 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22342227, "contentType": "application/zip", "downloadCount": 424869 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 434756068, "contentType": "application/zip", "downloadCount": 211 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24671622, "contentType": "application/zip", "downloadCount": 5236 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 434755978, "contentType": "application/zip", "downloadCount": 197 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24671586, "contentType": "application/zip", "downloadCount": 29089 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 169810194, "contentType": "application/zip", "downloadCount": 97 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 36127116, "contentType": "application/zip", "downloadCount": 11288 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 186990908, "contentType": "application/zip", "downloadCount": 116 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37957120, "contentType": "application/zip", "downloadCount": 243585 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 187388919, "contentType": "application/zip", "downloadCount": 348 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 37975495, "contentType": "application/zip", "downloadCount": 569039 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 168638084, "contentType": "application/zip", "downloadCount": 83 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36196137, "contentType": "application/zip", "downloadCount": 16286 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 168767071, "contentType": "application/zip", "downloadCount": 79 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36368980, "contentType": "application/zip", "downloadCount": 69104 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 187944968, "contentType": "application/zip", "downloadCount": 162 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38253527, "contentType": "application/zip", "downloadCount": 2457848 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-aarch64-profile.zip", "name": "bun-windows-aarch64-profile.zip", "size": 152200667, "contentType": "application/zip", "downloadCount": 233 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-aarch64.zip", "name": "bun-windows-aarch64.zip", "size": 39390849, "contentType": "application/zip", "downloadCount": 7998 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 161168772, "contentType": "application/zip", "downloadCount": 387 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41013351, "contentType": "application/zip", "downloadCount": 39138 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 161350301, "contentType": "application/zip", "downloadCount": 448 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41281263, "contentType": "application/zip", "downloadCount": 700248 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2263, "contentType": "text/plain;charset=utf-8", "downloadCount": 194552 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.11/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2541, "contentType": "application/pgp-signature", "downloadCount": 43055 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2026-03-18T03:22:10Z", "publishedAt": "2026-03-18T04:31:40Z", "isPrerelease": false }, { "id": 290742714, "tag": "bun-v1.3.10", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.10", "body": "To install Bun v1.3.10\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.10:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.10's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.10)\r\n\r\n### Thanks to 11 contributors!\r\n\r\n- [@alanstott](https://github.com/alanstott)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@hk-shao](https://github.com/hk-shao)\r\n- [@hona](https://github.com/hona)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@martinamps](https://github.com/martinamps)\r\n- [@prekucki](https://github.com/prekucki)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n", "name": "Bun v1.3.10", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 435402586, "contentType": "application/zip", "downloadCount": 111 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22289708, "contentType": "application/zip", "downloadCount": 227879 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 443007498, "contentType": "application/zip", "downloadCount": 100 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24594401, "contentType": "application/zip", "downloadCount": 3014 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 443007408, "contentType": "application/zip", "downloadCount": 87 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24594365, "contentType": "application/zip", "downloadCount": 24647 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 170738590, "contentType": "application/zip", "downloadCount": 91 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 36310492, "contentType": "application/zip", "downloadCount": 7478 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 193699541, "contentType": "application/zip", "downloadCount": 82 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 38845792, "contentType": "application/zip", "downloadCount": 238397 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 201378579, "contentType": "application/zip", "downloadCount": 177 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39215597, "contentType": "application/zip", "downloadCount": 687895 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 173481533, "contentType": "application/zip", "downloadCount": 78 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36539835, "contentType": "application/zip", "downloadCount": 4845 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 173524679, "contentType": "application/zip", "downloadCount": 77 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36685942, "contentType": "application/zip", "downloadCount": 38651 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 201014806, "contentType": "application/zip", "downloadCount": 160 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39328732, "contentType": "application/zip", "downloadCount": 2097060 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-aarch64-profile.zip", "name": "bun-windows-aarch64-profile.zip", "size": 151955431, "contentType": "application/zip", "downloadCount": 227 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-aarch64.zip", "name": "bun-windows-aarch64.zip", "size": 39050023, "contentType": "application/zip", "downloadCount": 7846 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 158973535, "contentType": "application/zip", "downloadCount": 334 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40903093, "contentType": "application/zip", "downloadCount": 38539 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 159158145, "contentType": "application/zip", "downloadCount": 374 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41064682, "contentType": "application/zip", "downloadCount": 156601 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2263, "contentType": "text/plain;charset=utf-8", "downloadCount": 174393 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.10/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2541, "contentType": "application/pgp-signature", "downloadCount": 12810 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2026-02-26T04:55:23Z", "publishedAt": "2026-02-26T07:08:20Z", "isPrerelease": false }, { "id": 283980252, "tag": "bun-v1.3.9", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.9", "body": "To install Bun v1.3.9\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.9:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.9's release notes on Bun's blog](https://bun.sh/blog/bun-v1.3.9)\r\n\r\n### Thanks to 10 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@billywhizz](https://github.com/billywhizz)\r\n- [@chrislloyd](https://github.com/chrislloyd)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@ddmoney420](https://github.com/ddmoney420)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@xingxingmofashu](https://github.com/xingxingmofashu)\r\n", "name": "Bun v1.3.9", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 431149785, "contentType": "application/zip", "downloadCount": 148 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22044894, "contentType": "application/zip", "downloadCount": 263523 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 438664108, "contentType": "application/zip", "downloadCount": 106 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24324278, "contentType": "application/zip", "downloadCount": 3670 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 438664018, "contentType": "application/zip", "downloadCount": 96 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24324242, "contentType": "application/zip", "downloadCount": 15759 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 169299927, "contentType": "application/zip", "downloadCount": 91 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 36051848, "contentType": "application/zip", "downloadCount": 7659 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 190122230, "contentType": "application/zip", "downloadCount": 78 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 38309593, "contentType": "application/zip", "downloadCount": 352335 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 197802142, "contentType": "application/zip", "downloadCount": 253 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38670145, "contentType": "application/zip", "downloadCount": 424570 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 172092432, "contentType": "application/zip", "downloadCount": 87 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36281866, "contentType": "application/zip", "downloadCount": 5462 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 172119404, "contentType": "application/zip", "downloadCount": 82 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36425419, "contentType": "application/zip", "downloadCount": 72869 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 197723343, "contentType": "application/zip", "downloadCount": 172 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38812800, "contentType": "application/zip", "downloadCount": 1860793 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 157809055, "contentType": "application/zip", "downloadCount": 659 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40648800, "contentType": "application/zip", "downloadCount": 20795 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 157994651, "contentType": "application/zip", "downloadCount": 664 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40809955, "contentType": "application/zip", "downloadCount": 288926 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 93075 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.9/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 11327 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2026-02-07T02:05:17Z", "publishedAt": "2026-02-08T09:31:23Z", "isPrerelease": false }, { "id": 281034963, "tag": "bun-v1.3.8", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.8", "body": "To install Bun v1.3.8\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.8:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.8's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.8)\r\n\r\n### Thanks to 4 contributors!\r\n\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n", "name": "Bun v1.3.8", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 420475406, "contentType": "application/zip", "downloadCount": 99 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21906555, "contentType": "application/zip", "downloadCount": 156223 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 426881769, "contentType": "application/zip", "downloadCount": 76 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24094389, "contentType": "application/zip", "downloadCount": 1777 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 426881679, "contentType": "application/zip", "downloadCount": 74 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24094353, "contentType": "application/zip", "downloadCount": 7442 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 165434367, "contentType": "application/zip", "downloadCount": 67 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35584768, "contentType": "application/zip", "downloadCount": 4218 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 186391110, "contentType": "application/zip", "downloadCount": 67 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37570945, "contentType": "application/zip", "downloadCount": 101225 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 196671291, "contentType": "application/zip", "downloadCount": 153 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38498995, "contentType": "application/zip", "downloadCount": 248169 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 172276096, "contentType": "application/zip", "downloadCount": 70 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36237427, "contentType": "application/zip", "downloadCount": 1714 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 172605313, "contentType": "application/zip", "downloadCount": 76 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36423782, "contentType": "application/zip", "downloadCount": 15754 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 197036225, "contentType": "application/zip", "downloadCount": 136 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38690273, "contentType": "application/zip", "downloadCount": 807836 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 157005583, "contentType": "application/zip", "downloadCount": 395 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40531314, "contentType": "application/zip", "downloadCount": 8525 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 157162104, "contentType": "application/zip", "downloadCount": 390 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40679296, "contentType": "application/zip", "downloadCount": 102265 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 38476 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.8/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 3577 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2026-01-29T09:22:53Z", "publishedAt": "2026-01-29T10:38:16Z", "isPrerelease": false }, { "id": 280169255, "tag": "bun-v1.3.7", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.7", "body": "To install Bun v1.3.7\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.7:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.7's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.7)\r\n\r\n### Thanks to 11 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@kirillmarkelov](https://github.com/kirillmarkelov)\r\n- [@mmitchellg5](https://github.com/mmitchellg5)\r\n- [@remorses](https://github.com/remorses)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@vadim-anthropic](https://github.com/vadim-anthropic)\r\n- [@wovw](https://github.com/wovw)\r\n", "name": "Bun v1.3.7", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 418468278, "contentType": "application/zip", "downloadCount": 49 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21458055, "contentType": "application/zip", "downloadCount": 31105 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 425876544, "contentType": "application/zip", "downloadCount": 45 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23918992, "contentType": "application/zip", "downloadCount": 475 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 425876454, "contentType": "application/zip", "downloadCount": 50 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23918956, "contentType": "application/zip", "downloadCount": 1834 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 163529307, "contentType": "application/zip", "downloadCount": 51 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35065203, "contentType": "application/zip", "downloadCount": 952 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 184415257, "contentType": "application/zip", "downloadCount": 47 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37056106, "contentType": "application/zip", "downloadCount": 20948 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 196016315, "contentType": "application/zip", "downloadCount": 106 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38334678, "contentType": "application/zip", "downloadCount": 70053 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 171604181, "contentType": "application/zip", "downloadCount": 57 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36066426, "contentType": "application/zip", "downloadCount": 812 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 171898811, "contentType": "application/zip", "downloadCount": 62 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36237133, "contentType": "application/zip", "downloadCount": 6262 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 196333457, "contentType": "application/zip", "downloadCount": 88 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38511923, "contentType": "application/zip", "downloadCount": 336715 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 156561667, "contentType": "application/zip", "downloadCount": 122 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40368061, "contentType": "application/zip", "downloadCount": 3250 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 156721116, "contentType": "application/zip", "downloadCount": 127 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40512056, "contentType": "application/zip", "downloadCount": 25358 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 14530 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.7/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 1613 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2026-01-27T00:04:45Z", "publishedAt": "2026-01-27T07:04:03Z", "isPrerelease": false }, { "id": 276198040, "tag": "bun-v1.3.6", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.6", "body": "To install Bun v1.3.6\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.6:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.6's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.6)\r\n\r\n### Thanks to 23 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@billywhizz](https://github.com/billywhizz)\r\n- [@bmwalters](https://github.com/bmwalters)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@d4mr](https://github.com/d4mr)\r\n- [@darwin808](https://github.com/darwin808)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@emwadde](https://github.com/emwadde)\r\n- [@franklinfollis](https://github.com/franklinfollis)\r\n- [@jackkleeman](https://github.com/jackkleeman)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@kjanat](https://github.com/kjanat)\r\n- [@makuko](https://github.com/makuko)\r\n- [@mattermoran](https://github.com/mattermoran)\r\n- [@nektro](https://github.com/nektro)\r\n- [@nfreya](https://github.com/nfreya)\r\n- [@nicocevallos](https://github.com/nicocevallos)\r\n- [@rekram1-node](https://github.com/rekram1-node)\r\n- [@remorses](https://github.com/remorses)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@sqdshguy](https://github.com/sqdshguy)\r\n- [@veggiesaurus](https://github.com/veggiesaurus)\r\n", "name": "Bun v1.3.6", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 414362428, "contentType": "application/zip", "downloadCount": 92 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21196424, "contentType": "application/zip", "downloadCount": 171714 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 421845677, "contentType": "application/zip", "downloadCount": 93 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23647103, "contentType": "application/zip", "downloadCount": 4540 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 421845587, "contentType": "application/zip", "downloadCount": 85 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23647067, "contentType": "application/zip", "downloadCount": 9612 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 161639030, "contentType": "application/zip", "downloadCount": 76 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34835356, "contentType": "application/zip", "downloadCount": 5762 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 182013749, "contentType": "application/zip", "downloadCount": 80 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36791318, "contentType": "application/zip", "downloadCount": 237964 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 193436559, "contentType": "application/zip", "downloadCount": 160 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38080460, "contentType": "application/zip", "downloadCount": 416853 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 169417929, "contentType": "application/zip", "downloadCount": 91 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35826652, "contentType": "application/zip", "downloadCount": 3775 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 169726042, "contentType": "application/zip", "downloadCount": 89 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 35998708, "contentType": "application/zip", "downloadCount": 51706 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 193716605, "contentType": "application/zip", "downloadCount": 159 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38258353, "contentType": "application/zip", "downloadCount": 3318267 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 154253651, "contentType": "application/zip", "downloadCount": 495 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40033161, "contentType": "application/zip", "downloadCount": 12610 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 154414189, "contentType": "application/zip", "downloadCount": 504 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40182958, "contentType": "application/zip", "downloadCount": 147524 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 42571 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.6/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 9549 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2026-01-12T22:55:27Z", "publishedAt": "2026-01-13T02:27:21Z", "isPrerelease": false }, { "id": 270982090, "tag": "bun-v1.3.5", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.5", "body": "To install Bun v1.3.5\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.5:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.5's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.5)\r\n\r\n### Thanks to 10 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@crishoj](https://github.com/crishoj)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@elfayer](https://github.com/elfayer)\r\n- [@hamidrezahanafi](https://github.com/hamidrezahanafi)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@kylekz](https://github.com/kylekz)\r\n- [@robobun](https://github.com/robobun)\r\n- [@ryangst](https://github.com/ryangst)\r\n", "name": "Bun v1.3.5", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 412539283, "contentType": "application/zip", "downloadCount": 133 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22118642, "contentType": "application/zip", "downloadCount": 203849 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 420104038, "contentType": "application/zip", "downloadCount": 107 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24660688, "contentType": "application/zip", "downloadCount": 8875 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 420103948, "contentType": "application/zip", "downloadCount": 91 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24660652, "contentType": "application/zip", "downloadCount": 14645 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 167726948, "contentType": "application/zip", "downloadCount": 77 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35785531, "contentType": "application/zip", "downloadCount": 5843 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 188534059, "contentType": "application/zip", "downloadCount": 71 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37798811, "contentType": "application/zip", "downloadCount": 137888 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 200978422, "contentType": "application/zip", "downloadCount": 147 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39274201, "contentType": "application/zip", "downloadCount": 802267 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 175819065, "contentType": "application/zip", "downloadCount": 96 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36896090, "contentType": "application/zip", "downloadCount": 3649 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 176083116, "contentType": "application/zip", "downloadCount": 76 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 37061202, "contentType": "application/zip", "downloadCount": 99956 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 201276998, "contentType": "application/zip", "downloadCount": 138 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39449358, "contentType": "application/zip", "downloadCount": 1481082 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 160214851, "contentType": "application/zip", "downloadCount": 472 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40943563, "contentType": "application/zip", "downloadCount": 24302 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 160349027, "contentType": "application/zip", "downloadCount": 477 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41090788, "contentType": "application/zip", "downloadCount": 165635 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 84154 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.5/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 7725 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-12-17T08:52:16Z", "publishedAt": "2025-12-17T16:55:41Z", "isPrerelease": false }, { "id": 268058795, "tag": "bun-v1.3.4", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.4", "body": "To install Bun v1.3.4\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.4:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.4's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.4)\r\n\r\n### Thanks to 14 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@amdad121](https://github.com/amdad121)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@eroderust](https://github.com/eroderust)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@shendongming](https://github.com/shendongming)\r\n- [@tamicktom](https://github.com/tamicktom)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n", "name": "Bun v1.3.4", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 412051277, "contentType": "application/zip", "downloadCount": 65 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22116962, "contentType": "application/zip", "downloadCount": 93395 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 418066452, "contentType": "application/zip", "downloadCount": 64 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24660363, "contentType": "application/zip", "downloadCount": 2230 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 418066362, "contentType": "application/zip", "downloadCount": 67 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24660327, "contentType": "application/zip", "downloadCount": 5433 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 166687186, "contentType": "application/zip", "downloadCount": 51 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35790333, "contentType": "application/zip", "downloadCount": 6343 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 188365236, "contentType": "application/zip", "downloadCount": 57 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37796247, "contentType": "application/zip", "downloadCount": 64502 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 200797256, "contentType": "application/zip", "downloadCount": 109 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39256578, "contentType": "application/zip", "downloadCount": 435797 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 174700914, "contentType": "application/zip", "downloadCount": 74 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36884179, "contentType": "application/zip", "downloadCount": 1313 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 174974956, "contentType": "application/zip", "downloadCount": 64 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 37062063, "contentType": "application/zip", "downloadCount": 12729 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 201096208, "contentType": "application/zip", "downloadCount": 116 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39441764, "contentType": "application/zip", "downloadCount": 1759268 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 160112811, "contentType": "application/zip", "downloadCount": 426 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40938715, "contentType": "application/zip", "downloadCount": 8548 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 160240781, "contentType": "application/zip", "downloadCount": 434 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41077503, "contentType": "application/zip", "downloadCount": 69979 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 27335 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.4/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 2827 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-12-07T00:37:09Z", "publishedAt": "2025-12-07T04:53:19Z", "isPrerelease": false }, { "id": 264245480, "tag": "bun-v1.3.3", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.3", "body": "To install Bun v1.3.3\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.3:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.3's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.3)\r\n\r\n### Thanks to 19 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@braden-w](https://github.com/braden-w)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@connerlphillippi](https://github.com/connerlphillippi)\r\n- [@dioro](https://github.com/dioro)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@halil-pan](https://github.com/halil-pan)\r\n- [@hona](https://github.com/hona)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@minigod](https://github.com/minigod)\r\n- [@nathanosoares](https://github.com/nathanosoares)\r\n- [@nektro](https://github.com/nektro)\r\n- [@ocodista](https://github.com/ocodista)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@yinheli](https://github.com/yinheli)\r\n", "name": "Bun v1.3.3", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 408054000, "contentType": "application/zip", "downloadCount": 89 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22063538, "contentType": "application/zip", "downloadCount": 329601 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 413971519, "contentType": "application/zip", "downloadCount": 85 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24594592, "contentType": "application/zip", "downloadCount": 3422 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 413971429, "contentType": "application/zip", "downloadCount": 77 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24594556, "contentType": "application/zip", "downloadCount": 4911 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 166088303, "contentType": "application/zip", "downloadCount": 65 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35724609, "contentType": "application/zip", "downloadCount": 3443 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 187847983, "contentType": "application/zip", "downloadCount": 66 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37737441, "contentType": "application/zip", "downloadCount": 109705 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 200171867, "contentType": "application/zip", "downloadCount": 183 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39185481, "contentType": "application/zip", "downloadCount": 607787 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 173932647, "contentType": "application/zip", "downloadCount": 75 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36808597, "contentType": "application/zip", "downloadCount": 1055 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 174201807, "contentType": "application/zip", "downloadCount": 71 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36983026, "contentType": "application/zip", "downloadCount": 20491 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 200472299, "contentType": "application/zip", "downloadCount": 154 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39373706, "contentType": "application/zip", "downloadCount": 847287 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 159473692, "contentType": "application/zip", "downloadCount": 484 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40853922, "contentType": "application/zip", "downloadCount": 12477 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 159603206, "contentType": "application/zip", "downloadCount": 518 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40993840, "contentType": "application/zip", "downloadCount": 93555 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 39561 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 4352 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-11-21T07:37:31Z", "publishedAt": "2025-11-21T19:32:02Z", "isPrerelease": false }, { "id": 260820929, "tag": "bun-v1.3.2", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.2", "body": "To install Bun v1.3.2\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.2:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.2's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.2)\r\n\r\n### Thanks to 18 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@avarayr](https://github.com/avarayr)\r\n- [@braden-w](https://github.com/braden-w)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@csvlad](https://github.com/csvlad)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@fraidev](https://github.com/fraidev)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lillious](https://github.com/lillious)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@nkxxll](https://github.com/nkxxll)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n", "name": "Bun v1.3.2", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 412499098, "contentType": "application/zip", "downloadCount": 63 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22511628, "contentType": "application/zip", "downloadCount": 98868 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 418272183, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 25103060, "contentType": "application/zip", "downloadCount": 3108 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 418272093, "contentType": "application/zip", "downloadCount": 51 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 25103024, "contentType": "application/zip", "downloadCount": 3738 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 170207606, "contentType": "application/zip", "downloadCount": 44 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 36160489, "contentType": "application/zip", "downloadCount": 3574 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 191981312, "contentType": "application/zip", "downloadCount": 48 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 38163037, "contentType": "application/zip", "downloadCount": 61318 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 203947111, "contentType": "application/zip", "downloadCount": 117 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39630922, "contentType": "application/zip", "downloadCount": 800156 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 177689023, "contentType": "application/zip", "downloadCount": 60 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 37248504, "contentType": "application/zip", "downloadCount": 572 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 177921476, "contentType": "application/zip", "downloadCount": 56 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 37405063, "contentType": "application/zip", "downloadCount": 20756 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 204189110, "contentType": "application/zip", "downloadCount": 139 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39791424, "contentType": "application/zip", "downloadCount": 1449462 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 162904345, "contentType": "application/zip", "downloadCount": 426 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41949518, "contentType": "application/zip", "downloadCount": 8878 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 163095452, "contentType": "application/zip", "downloadCount": 456 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 42109760, "contentType": "application/zip", "downloadCount": 62952 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 53889 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.2/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 1252 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-11-08T05:49:58Z", "publishedAt": "2025-11-08T07:57:10Z", "isPrerelease": false }, { "id": 256252704, "tag": "bun-v1.3.1", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.1", "body": "To install Bun v1.3.1\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3.1:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.3.1's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.1)\r\n\r\n### Thanks to 15 contributors!\r\n\r\n- [@alinalihassan](https://github.com/alinalihassan)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@hoxyy](https://github.com/hoxyy)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@jsparkdev](https://github.com/jsparkdev)\r\n- [@mariusz4044](https://github.com/mariusz4044)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@shlomocode](https://github.com/shlomocode)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n\r\nSpecial thanks to Martin Schwarzl of Cloudflare for fuzzing & reporting several bugs!!\r\n", "name": "Bun v1.3.1", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 411291862, "contentType": "application/zip", "downloadCount": 107 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22437956, "contentType": "application/zip", "downloadCount": 111819 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 417069748, "contentType": "application/zip", "downloadCount": 88 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 25016402, "contentType": "application/zip", "downloadCount": 8378 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 417069658, "contentType": "application/zip", "downloadCount": 77 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 25016366, "contentType": "application/zip", "downloadCount": 5064 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 169759527, "contentType": "application/zip", "downloadCount": 51 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 36073885, "contentType": "application/zip", "downloadCount": 4482 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 191285841, "contentType": "application/zip", "downloadCount": 59 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 38034553, "contentType": "application/zip", "downloadCount": 87961 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 203315714, "contentType": "application/zip", "downloadCount": 128 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39510697, "contentType": "application/zip", "downloadCount": 831932 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 177228120, "contentType": "application/zip", "downloadCount": 80 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 37166655, "contentType": "application/zip", "downloadCount": 880 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 177437840, "contentType": "application/zip", "downloadCount": 63 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 37320135, "contentType": "application/zip", "downloadCount": 38011 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 203549420, "contentType": "application/zip", "downloadCount": 137 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39662055, "contentType": "application/zip", "downloadCount": 622305 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 162632501, "contentType": "application/zip", "downloadCount": 499 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41874972, "contentType": "application/zip", "downloadCount": 11214 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 162817940, "contentType": "application/zip", "downloadCount": 530 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 42036126, "contentType": "application/zip", "downloadCount": 95800 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 60781 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 4255 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-10-22T05:58:46Z", "publishedAt": "2025-10-22T07:53:48Z", "isPrerelease": false }, { "id": 253627838, "tag": "bun-v1.3.0", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.3.0", "body": "\r\n\r\n[Read the blog post](https://bun.com/1.3)\r\n\r\n\r\n\r\n\"Group\r\n\r\n\r\n\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.3:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n\r\n", "name": "Bun v1.3", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 408449744, "contentType": "application/zip", "downloadCount": 64 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22391665, "contentType": "application/zip", "downloadCount": 83186 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 414233826, "contentType": "application/zip", "downloadCount": 50 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24958945, "contentType": "application/zip", "downloadCount": 5147 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 414233736, "contentType": "application/zip", "downloadCount": 51 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24958909, "contentType": "application/zip", "downloadCount": 3338 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 169392240, "contentType": "application/zip", "downloadCount": 51 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 36022229, "contentType": "application/zip", "downloadCount": 2978 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 191157275, "contentType": "application/zip", "downloadCount": 45 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 38047966, "contentType": "application/zip", "downloadCount": 75446 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 203175539, "contentType": "application/zip", "downloadCount": 132 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39506212, "contentType": "application/zip", "downloadCount": 458870 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 176826267, "contentType": "application/zip", "downloadCount": 59 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 37108182, "contentType": "application/zip", "downloadCount": 1925 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 177052439, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 37260957, "contentType": "application/zip", "downloadCount": 19779 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 203422610, "contentType": "application/zip", "downloadCount": 130 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39661013, "contentType": "application/zip", "downloadCount": 521502 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 162320323, "contentType": "application/zip", "downloadCount": 501 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41806215, "contentType": "application/zip", "downloadCount": 7505 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 162488532, "contentType": "application/zip", "downloadCount": 532 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41963613, "contentType": "application/zip", "downloadCount": 56773 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 21849 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 1139 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-10-10T11:35:12Z", "publishedAt": "2025-10-10T20:32:14Z", "isPrerelease": false }, { "id": 250480763, "tag": "bun-v1.2.23", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.23", "body": "To install Bun v1.2.23\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.23:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.23's release notes on Bun's blog](https://bun.com/blog/bun-v1.2.23)\r\n\r\n### Thanks to 16 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@btcbobby](https://github.com/btcbobby)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@donisaac](https://github.com/donisaac)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@filipstev](https://github.com/filipstev)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nathanwhit](https://github.com/nathanwhit)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@vfilanovsky-openai](https://github.com/vfilanovsky-openai)\r\n", "name": "Bun v1.2.23", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 404575669, "contentType": "application/zip", "downloadCount": 65 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22280328, "contentType": "application/zip", "downloadCount": 105491 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 411627291, "contentType": "application/zip", "downloadCount": 56 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24828989, "contentType": "application/zip", "downloadCount": 5759 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 411627201, "contentType": "application/zip", "downloadCount": 69 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24828953, "contentType": "application/zip", "downloadCount": 5666 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 168592972, "contentType": "application/zip", "downloadCount": 72 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35904734, "contentType": "application/zip", "downloadCount": 2523 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 190510794, "contentType": "application/zip", "downloadCount": 71 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37926363, "contentType": "application/zip", "downloadCount": 75289 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 202447830, "contentType": "application/zip", "downloadCount": 138 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39383658, "contentType": "application/zip", "downloadCount": 586358 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 175988665, "contentType": "application/zip", "downloadCount": 63 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36990888, "contentType": "application/zip", "downloadCount": 571 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 176232675, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 37144574, "contentType": "application/zip", "downloadCount": 37444 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 202679890, "contentType": "application/zip", "downloadCount": 140 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39551242, "contentType": "application/zip", "downloadCount": 1060203 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 161677465, "contentType": "application/zip", "downloadCount": 532 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41633830, "contentType": "application/zip", "downloadCount": 7475 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 161856881, "contentType": "application/zip", "downloadCount": 532 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41793050, "contentType": "application/zip", "downloadCount": 59700 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 31615 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.23/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 656 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-09-27T08:12:29Z", "publishedAt": "2025-09-28T14:23:34Z", "isPrerelease": false }, { "id": 247080537, "tag": "bun-v1.2.22", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.22", "body": "To install Bun v1.2.22\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.22:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.22's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.22)\r\n\r\n### Thanks to 14 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@avarayr](https://github.com/avarayr)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@robobun](https://github.com/robobun)\r\n- [@samyarkd](https://github.com/samyarkd)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n", "name": "Bun v1.2.22", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 397218433, "contentType": "application/zip", "downloadCount": 59 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22178114, "contentType": "application/zip", "downloadCount": 85135 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 403327326, "contentType": "application/zip", "downloadCount": 50 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24742199, "contentType": "application/zip", "downloadCount": 5212 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 403327236, "contentType": "application/zip", "downloadCount": 59 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24742163, "contentType": "application/zip", "downloadCount": 3919 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 167235759, "contentType": "application/zip", "downloadCount": 127 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35799229, "contentType": "application/zip", "downloadCount": 5722 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 188898043, "contentType": "application/zip", "downloadCount": 149 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37788196, "contentType": "application/zip", "downloadCount": 67127 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 200748536, "contentType": "application/zip", "downloadCount": 227 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39256266, "contentType": "application/zip", "downloadCount": 435635 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 174520229, "contentType": "application/zip", "downloadCount": 155 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36869766, "contentType": "application/zip", "downloadCount": 728 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 174721042, "contentType": "application/zip", "downloadCount": 147 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 37024026, "contentType": "application/zip", "downloadCount": 45362 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 200979482, "contentType": "application/zip", "downloadCount": 222 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39418685, "contentType": "application/zip", "downloadCount": 382636 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 160177510, "contentType": "application/zip", "downloadCount": 609 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41490511, "contentType": "application/zip", "downloadCount": 9122 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 160360479, "contentType": "application/zip", "downloadCount": 617 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41654043, "contentType": "application/zip", "downloadCount": 53110 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 27156 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.22/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 424 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-09-14T11:14:48Z", "publishedAt": "2025-09-14T13:01:31Z", "isPrerelease": false }, { "id": 242234311, "tag": "bun-v1.2.21", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.21", "body": "To install Bun v1.2.21\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.21:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.21's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.21)\r\n\r\n### Thanks to 23 contributors!\r\n\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@connerlphillippi](https://github.com/connerlphillippi)\r\n- [@creationix](https://github.com/creationix)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@imranbarbhuiya](https://github.com/imranbarbhuiya)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@jarred-sumner-bot](https://github.com/jarred-sumner-bot)\r\n- [@lifefloating](https://github.com/lifefloating)\r\n- [@lydiahallie](https://github.com/lydiahallie)\r\n- [@markovejnovic](https://github.com/markovejnovic)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@rmncldyo](https://github.com/rmncldyo)\r\n- [@robobun](https://github.com/robobun)\r\n- [@sanderjo](https://github.com/sanderjo)\r\n- [@someone19204](https://github.com/someone19204)\r\n- [@sosukesuzuki](https://github.com/sosukesuzuki)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n- [@zenazn](https://github.com/zenazn)\r\n", "name": "Bun v1.2.21", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 395655298, "contentType": "application/zip", "downloadCount": 119 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 22056420, "contentType": "application/zip", "downloadCount": 103120 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 402975731, "contentType": "application/zip", "downloadCount": 81 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24610586, "contentType": "application/zip", "downloadCount": 7247 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 402975641, "contentType": "application/zip", "downloadCount": 69 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24610550, "contentType": "application/zip", "downloadCount": 6087 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 166355251, "contentType": "application/zip", "downloadCount": 77 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35677078, "contentType": "application/zip", "downloadCount": 4110 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 187925392, "contentType": "application/zip", "downloadCount": 78 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37653949, "contentType": "application/zip", "downloadCount": 111116 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 199850617, "contentType": "application/zip", "downloadCount": 170 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 39128668, "contentType": "application/zip", "downloadCount": 671075 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 173551593, "contentType": "application/zip", "downloadCount": 69 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36743001, "contentType": "application/zip", "downloadCount": 853 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 173792689, "contentType": "application/zip", "downloadCount": 69 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36905190, "contentType": "application/zip", "downloadCount": 23056 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 200085278, "contentType": "application/zip", "downloadCount": 162 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39290791, "contentType": "application/zip", "downloadCount": 677820 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 159418464, "contentType": "application/zip", "downloadCount": 710 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41342718, "contentType": "application/zip", "downloadCount": 12151 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 159598496, "contentType": "application/zip", "downloadCount": 794 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41498560, "contentType": "application/zip", "downloadCount": 76308 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 34632 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.21/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 1153 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-08-25T06:57:45Z", "publishedAt": "2025-08-25T11:51:34Z", "isPrerelease": false }, { "id": 238843873, "tag": "bun-v1.2.20", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.20", "body": "To install Bun v1.2.20\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.20:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.20's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.20)\r\n\r\n### Thanks to 19 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@39ali](https://github.com/39ali)\r\n- [@alii](https://github.com/alii)\r\n- [@aspizu](https://github.com/aspizu)\r\n- [@camc314](https://github.com/camc314)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@countbleck](https://github.com/countbleck)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@its-me-mhd](https://github.com/its-me-mhd)\r\n- [@jack5079](https://github.com/jack5079)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@lifefloating](https://github.com/lifefloating)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n", "name": "Bun v1.2.20", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 396379172, "contentType": "application/zip", "downloadCount": 76 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21788202, "contentType": "application/zip", "downloadCount": 74229 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 403859059, "contentType": "application/zip", "downloadCount": 92 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24340487, "contentType": "application/zip", "downloadCount": 4667 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 403858969, "contentType": "application/zip", "downloadCount": 315 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24340451, "contentType": "application/zip", "downloadCount": 3970 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 165801972, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35356737, "contentType": "application/zip", "downloadCount": 1760 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 188268680, "contentType": "application/zip", "downloadCount": 58 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37410779, "contentType": "application/zip", "downloadCount": 67894 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 200087127, "contentType": "application/zip", "downloadCount": 127 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38849822, "contentType": "application/zip", "downloadCount": 505374 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 172890184, "contentType": "application/zip", "downloadCount": 53 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 36405821, "contentType": "application/zip", "downloadCount": 568 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 173116415, "contentType": "application/zip", "downloadCount": 49 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36562580, "contentType": "application/zip", "downloadCount": 23072 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 200303648, "contentType": "application/zip", "downloadCount": 112 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 39011520, "contentType": "application/zip", "downloadCount": 1181921 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 159987481, "contentType": "application/zip", "downloadCount": 460 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 41064135, "contentType": "application/zip", "downloadCount": 9703 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 160142298, "contentType": "application/zip", "downloadCount": 476 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 41206541, "contentType": "application/zip", "downloadCount": 54316 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 34921 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.20/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 540 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-08-10T11:01:35Z", "publishedAt": "2025-08-10T12:07:43Z", "isPrerelease": false }, { "id": 233676665, "tag": "bun-v1.2.19", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.19", "body": "To install Bun v1.2.19\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.19:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.19's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.19)\r\n\r\n### Thanks to 18 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@countbleck](https://github.com/countbleck)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@ericc-ch](https://github.com/ericc-ch)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@jarred-sumner-bot](https://github.com/jarred-sumner-bot)\r\n- [@josag98](https://github.com/josag98)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@robobun](https://github.com/robobun)\r\n- [@santosant](https://github.com/santosant)\r\n- [@taylordotfish](https://github.com/taylordotfish)\r\n- [@xanth3](https://github.com/xanth3)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n", "name": "Bun v1.2.19", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 383337832, "contentType": "application/zip", "downloadCount": 83 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21573514, "contentType": "application/zip", "downloadCount": 99681 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 390718924, "contentType": "application/zip", "downloadCount": 105 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 24091261, "contentType": "application/zip", "downloadCount": 3585 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 390718834, "contentType": "application/zip", "downloadCount": 99 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 24091225, "contentType": "application/zip", "downloadCount": 5596 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 162958395, "contentType": "application/zip", "downloadCount": 52 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 35044202, "contentType": "application/zip", "downloadCount": 2779 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 185452768, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 37103700, "contentType": "application/zip", "downloadCount": 67211 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 196419070, "contentType": "application/zip", "downloadCount": 175 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38401482, "contentType": "application/zip", "downloadCount": 653158 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 169411540, "contentType": "application/zip", "downloadCount": 45 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35986341, "contentType": "application/zip", "downloadCount": 626 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 169641897, "contentType": "application/zip", "downloadCount": 44 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36136386, "contentType": "application/zip", "downloadCount": 16324 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 196604914, "contentType": "application/zip", "downloadCount": 130 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38558551, "contentType": "application/zip", "downloadCount": 638285 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 158402559, "contentType": "application/zip", "downloadCount": 704 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40796830, "contentType": "application/zip", "downloadCount": 18125 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 158569054, "contentType": "application/zip", "downloadCount": 713 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40947541, "contentType": "application/zip", "downloadCount": 105660 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 64605 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.19/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 683 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-07-19T11:11:28Z", "publishedAt": "2025-07-19T12:33:01Z", "isPrerelease": false }, { "id": 229661065, "tag": "bun-v1.2.18", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.18", "body": "To install Bun v1.2.18\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.18:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.18's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.18)\r\n\r\n### Thanks to 14 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@ianzone](https://github.com/ianzone)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@mizulu](https://github.com/mizulu)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@sharunkumar](https://github.com/sharunkumar)\r\n- [@ssahillppatell](https://github.com/ssahillppatell)\r\n- [@sunsettechuila](https://github.com/sunsettechuila)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n", "name": "Bun v1.2.18", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 383020480, "contentType": "application/zip", "downloadCount": 116 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21447857, "contentType": "application/zip", "downloadCount": 74691 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 388927598, "contentType": "application/zip", "downloadCount": 147 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23985225, "contentType": "application/zip", "downloadCount": 1988 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 388927508, "contentType": "application/zip", "downloadCount": 115 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23985189, "contentType": "application/zip", "downloadCount": 4912 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 162419302, "contentType": "application/zip", "downloadCount": 68 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34934268, "contentType": "application/zip", "downloadCount": 2305 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 184875657, "contentType": "application/zip", "downloadCount": 78 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36994002, "contentType": "application/zip", "downloadCount": 109743 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 195857127, "contentType": "application/zip", "downloadCount": 108 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38291778, "contentType": "application/zip", "downloadCount": 505169 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 168869836, "contentType": "application/zip", "downloadCount": 47 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35870946, "contentType": "application/zip", "downloadCount": 684 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 169064611, "contentType": "application/zip", "downloadCount": 72 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 36015870, "contentType": "application/zip", "downloadCount": 12585 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 196068038, "contentType": "application/zip", "downloadCount": 101 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38439424, "contentType": "application/zip", "downloadCount": 374148 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 158661155, "contentType": "application/zip", "downloadCount": 694 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40794060, "contentType": "application/zip", "downloadCount": 9688 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 158823860, "contentType": "application/zip", "downloadCount": 698 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40938297, "contentType": "application/zip", "downloadCount": 55696 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 24959 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.18/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 431 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-07-03T08:06:22Z", "publishedAt": "2025-07-03T12:49:14Z", "isPrerelease": false }, { "id": 226816258, "tag": "bun-v1.2.17", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.17", "body": "To install Bun v1.2.17\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.17:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.17's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.17)\r\n\r\n### Thanks to 15 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@berzanorg](https://github.com/berzanorg)\r\n- [@crishoj](https://github.com/crishoj)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@familyboat](https://github.com/familyboat)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@micmelesse](https://github.com/micmelesse)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@pxseu](https://github.com/pxseu)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@ssahillppatell](https://github.com/ssahillppatell)\r\n- [@sunsettechuila](https://github.com/sunsettechuila)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n", "name": "Bun v1.2.17", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 381235195, "contentType": "application/zip", "downloadCount": 81 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21376561, "contentType": "application/zip", "downloadCount": 53457 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 388454746, "contentType": "application/zip", "downloadCount": 82 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23889831, "contentType": "application/zip", "downloadCount": 2106 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 388454656, "contentType": "application/zip", "downloadCount": 79 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23889795, "contentType": "application/zip", "downloadCount": 3646 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 162120327, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34870656, "contentType": "application/zip", "downloadCount": 1434 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 184761868, "contentType": "application/zip", "downloadCount": 48 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36934869, "contentType": "application/zip", "downloadCount": 33838 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 195606722, "contentType": "application/zip", "downloadCount": 100 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38219484, "contentType": "application/zip", "downloadCount": 365418 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 168683245, "contentType": "application/zip", "downloadCount": 50 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35816495, "contentType": "application/zip", "downloadCount": 408 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 168899029, "contentType": "application/zip", "downloadCount": 44 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 35955209, "contentType": "application/zip", "downloadCount": 8539 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 195837535, "contentType": "application/zip", "downloadCount": 95 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38357583, "contentType": "application/zip", "downloadCount": 290444 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 158427776, "contentType": "application/zip", "downloadCount": 671 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40776973, "contentType": "application/zip", "downloadCount": 7961 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 158584256, "contentType": "application/zip", "downloadCount": 664 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40920777, "contentType": "application/zip", "downloadCount": 35744 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 19336 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.17/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 522 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-06-21T08:00:48Z", "publishedAt": "2025-06-21T08:09:02Z", "isPrerelease": false }, { "id": 224771521, "tag": "bun-v1.2.16", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.16", "body": "To install Bun v1.2.16\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.16:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.16's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.16)\r\n\r\n### Thanks to 25 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@39ali](https://github.com/39ali)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@connerlphillippi](https://github.com/connerlphillippi)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@familyboat](https://github.com/familyboat)\r\n- [@gameroman](https://github.com/gameroman)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@joelshepherd](https://github.com/joelshepherd)\r\n- [@juliesaia](https://github.com/juliesaia)\r\n- [@justinyaodu](https://github.com/justinyaodu)\r\n- [@leanderpaul](https://github.com/leanderpaul)\r\n- [@nektro](https://github.com/nektro)\r\n- [@nobkd](https://github.com/nobkd)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@pxseu](https://github.com/pxseu)\r\n- [@sponte](https://github.com/sponte)\r\n- [@sunsettechuila](https://github.com/sunsettechuila)\r\n- [@thdxr](https://github.com/thdxr)\r\n- [@thejacob1000](https://github.com/thejacob1000)\r\n- [@wldfngrs](https://github.com/wldfngrs)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n", "name": "Bun v1.2.16", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 377705775, "contentType": "application/zip", "downloadCount": 73 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21261824, "contentType": "application/zip", "downloadCount": 47655 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 386454071, "contentType": "application/zip", "downloadCount": 57 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23749794, "contentType": "application/zip", "downloadCount": 9123 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 386453891, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23749722, "contentType": "application/zip", "downloadCount": 10602 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 161283851, "contentType": "application/zip", "downloadCount": 7874 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34724642, "contentType": "application/zip", "downloadCount": 8859 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 183884059, "contentType": "application/zip", "downloadCount": 7827 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36788826, "contentType": "application/zip", "downloadCount": 26573 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 194737688, "contentType": "application/zip", "downloadCount": 7865 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38084053, "contentType": "application/zip", "downloadCount": 312975 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 167831400, "contentType": "application/zip", "downloadCount": 7899 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35685932, "contentType": "application/zip", "downloadCount": 8064 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 168030380, "contentType": "application/zip", "downloadCount": 7802 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 35815985, "contentType": "application/zip", "downloadCount": 15984 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 194935028, "contentType": "application/zip", "downloadCount": 8130 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38213660, "contentType": "application/zip", "downloadCount": 238136 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 157571697, "contentType": "application/zip", "downloadCount": 8462 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40560048, "contentType": "application/zip", "downloadCount": 20142 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 157730896, "contentType": "application/zip", "downloadCount": 8429 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40699447, "contentType": "application/zip", "downloadCount": 43850 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 37588 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.16/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 8212 } ], "author": "dylan-conway", "isDraft": false, "createdAt": "2025-06-12T04:47:51Z", "publishedAt": "2025-06-12T04:57:40Z", "isPrerelease": false }, { "id": 221637378, "tag": "bun-v1.2.15", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.15", "body": "To install Bun v1.2.15\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.15:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.15's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.15)\r\n\r\n### Thanks to 15 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@arrowana](https://github.com/arrowana)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@familyboat](https://github.com/familyboat)\r\n- [@getchoo](https://github.com/getchoo)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@li-yechao](https://github.com/li-yechao)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@sculas](https://github.com/sculas)\r\n- [@water-sucks](https://github.com/water-sucks)\r\n", "name": "Bun v1.2.15", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 373470278, "contentType": "application/zip", "downloadCount": 83 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21014570, "contentType": "application/zip", "downloadCount": 83666 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 382303193, "contentType": "application/zip", "downloadCount": 104 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23484072, "contentType": "application/zip", "downloadCount": 1812 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 382303013, "contentType": "application/zip", "downloadCount": 72 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23484000, "contentType": "application/zip", "downloadCount": 4398 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 160480096, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34579546, "contentType": "application/zip", "downloadCount": 1729 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 182993155, "contentType": "application/zip", "downloadCount": 56 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36630612, "contentType": "application/zip", "downloadCount": 32097 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 194173569, "contentType": "application/zip", "downloadCount": 111 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 37886924, "contentType": "application/zip", "downloadCount": 392149 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 167324629, "contentType": "application/zip", "downloadCount": 52 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35501810, "contentType": "application/zip", "downloadCount": 410 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 167514142, "contentType": "application/zip", "downloadCount": 49 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 35632522, "contentType": "application/zip", "downloadCount": 14584 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 194377428, "contentType": "application/zip", "downloadCount": 105 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38018554, "contentType": "application/zip", "downloadCount": 375609 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 155367725, "contentType": "application/zip", "downloadCount": 777 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40189886, "contentType": "application/zip", "downloadCount": 8277 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 155523351, "contentType": "application/zip", "downloadCount": 771 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40330678, "contentType": "application/zip", "downloadCount": 43608 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 33905 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.15/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 453 } ], "author": "dylan-conway", "isDraft": false, "createdAt": "2025-05-28T07:25:30Z", "publishedAt": "2025-05-28T18:50:08Z", "isPrerelease": false }, { "id": 220199948, "tag": "bun-v1.2.14", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.14", "body": "To install Bun v1.2.14\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.14:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.14's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.14)\r\n\r\n### Thanks to 13 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@bradeneverson](https://github.com/bradeneverson)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@devsdk](https://github.com/devsdk)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@huiyifyj](https://github.com/huiyifyj)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@nektro](https://github.com/nektro)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@riskymh](https://github.com/riskymh)\r\n- [@sverp](https://github.com/sverp)\r\n", "name": "Bun v1.2.14", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 372843032, "contentType": "application/zip", "downloadCount": 68 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 20918774, "contentType": "application/zip", "downloadCount": 27161 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 380588501, "contentType": "application/zip", "downloadCount": 57 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23386467, "contentType": "application/zip", "downloadCount": 914 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 380588321, "contentType": "application/zip", "downloadCount": 68 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23386395, "contentType": "application/zip", "downloadCount": 2410 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 159615132, "contentType": "application/zip", "downloadCount": 35 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34450999, "contentType": "application/zip", "downloadCount": 778 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 182123484, "contentType": "application/zip", "downloadCount": 45 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36517270, "contentType": "application/zip", "downloadCount": 16566 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 193194140, "contentType": "application/zip", "downloadCount": 82 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 37755697, "contentType": "application/zip", "downloadCount": 199262 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 166294736, "contentType": "application/zip", "downloadCount": 41 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35366263, "contentType": "application/zip", "downloadCount": 8027 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 166457380, "contentType": "application/zip", "downloadCount": 35 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 35498545, "contentType": "application/zip", "downloadCount": 2721 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 193386428, "contentType": "application/zip", "downloadCount": 70 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 37890429, "contentType": "application/zip", "downloadCount": 136344 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 154598385, "contentType": "application/zip", "downloadCount": 687 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40064449, "contentType": "application/zip", "downloadCount": 5148 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 154746843, "contentType": "application/zip", "downloadCount": 695 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40196215, "contentType": "application/zip", "downloadCount": 18529 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 10141 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.14/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 375 } ], "author": "dylan-conway", "isDraft": false, "createdAt": "2025-05-21T18:56:17Z", "publishedAt": "2025-05-21T23:54:06Z", "isPrerelease": false }, { "id": 217770637, "tag": "bun-v1.2.13", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.13", "body": "To install Bun v1.2.13\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.13:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.13's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.13)\r\n\r\n### Thanks to 7 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n", "name": "Bun v1.2.13", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 373342377, "contentType": "application/zip", "downloadCount": 75 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21052141, "contentType": "application/zip", "downloadCount": 44568 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 380918124, "contentType": "application/zip", "downloadCount": 82 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23511350, "contentType": "application/zip", "downloadCount": 1332 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 380918034, "contentType": "application/zip", "downloadCount": 80 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23511314, "contentType": "application/zip", "downloadCount": 3788 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 158923815, "contentType": "application/zip", "downloadCount": 49 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34494686, "contentType": "application/zip", "downloadCount": 1282 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 181426648, "contentType": "application/zip", "downloadCount": 55 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36561755, "contentType": "application/zip", "downloadCount": 42809 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 192108533, "contentType": "application/zip", "downloadCount": 102 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 37809339, "contentType": "application/zip", "downloadCount": 321721 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 165168820, "contentType": "application/zip", "downloadCount": 40 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35415226, "contentType": "application/zip", "downloadCount": 256 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 165409101, "contentType": "application/zip", "downloadCount": 40 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 35559337, "contentType": "application/zip", "downloadCount": 26018 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 192324916, "contentType": "application/zip", "downloadCount": 87 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 37959573, "contentType": "application/zip", "downloadCount": 249603 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 154573835, "contentType": "application/zip", "downloadCount": 779 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40191486, "contentType": "application/zip", "downloadCount": 6768 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 154748123, "contentType": "application/zip", "downloadCount": 792 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40338435, "contentType": "application/zip", "downloadCount": 31290 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 20375 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.13/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 396 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-05-10T04:26:28Z", "publishedAt": "2025-05-10T14:03:23Z", "isPrerelease": false }, { "id": 216336549, "tag": "bun-v1.2.12", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.12", "body": "To install Bun v1.2.12\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.12:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.12's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.12)\r\n\r\n### Thanks to 10 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@albus-droid](https://github.com/albus-droid)\r\n- [@alii](https://github.com/alii)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@nektro](https://github.com/nektro)\r\n- [@paperclover](https://github.com/paperclover)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n", "name": "Bun v1.2.12", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 373083343, "contentType": "application/zip", "downloadCount": 131 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 21027657, "contentType": "application/zip", "downloadCount": 30204 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 380612531, "contentType": "application/zip", "downloadCount": 63 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23483512, "contentType": "application/zip", "downloadCount": 594 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 380612441, "contentType": "application/zip", "downloadCount": 73 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23483476, "contentType": "application/zip", "downloadCount": 2618 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 158806208, "contentType": "application/zip", "downloadCount": 50 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 34468950, "contentType": "application/zip", "downloadCount": 647 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 181306928, "contentType": "application/zip", "downloadCount": 49 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36540160, "contentType": "application/zip", "downloadCount": 17854 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 191995359, "contentType": "application/zip", "downloadCount": 75 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 37788794, "contentType": "application/zip", "downloadCount": 182677 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 165042839, "contentType": "application/zip", "downloadCount": 40 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 35394132, "contentType": "application/zip", "downloadCount": 198 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 165263435, "contentType": "application/zip", "downloadCount": 37 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 35532103, "contentType": "application/zip", "downloadCount": 10683 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 192235678, "contentType": "application/zip", "downloadCount": 71 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 37933124, "contentType": "application/zip", "downloadCount": 222273 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 154491205, "contentType": "application/zip", "downloadCount": 721 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40184254, "contentType": "application/zip", "downloadCount": 5388 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 154651070, "contentType": "application/zip", "downloadCount": 731 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40320496, "contentType": "application/zip", "downloadCount": 18926 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 9397 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 336 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-05-04T06:01:44Z", "publishedAt": "2025-05-04T08:01:27Z", "isPrerelease": false }, { "id": 215363128, "tag": "bun-v1.2.11", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.11", "body": "To install Bun v1.2.11\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.11:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.11's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.11)\r\n\r\n### Thanks to 14 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@eckhardt-d](https://github.com/eckhardt-d)\r\n- [@electroid](https://github.com/electroid)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@mastermakrela](https://github.com/mastermakrela)\r\n- [@nektro](https://github.com/nektro)\r\n- [@paperclover](https://github.com/paperclover)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@x04](https://github.com/x04)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n", "name": "Bun v1.2.11", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 371523605, "contentType": "application/zip", "downloadCount": 68 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 20964488, "contentType": "application/zip", "downloadCount": 44732 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 379129144, "contentType": "application/zip", "downloadCount": 63 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23412834, "contentType": "application/zip", "downloadCount": 3868 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 379129054, "contentType": "application/zip", "downloadCount": 41 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23412798, "contentType": "application/zip", "downloadCount": 1893 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 143996723, "contentType": "application/zip", "downloadCount": 36 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 30818198, "contentType": "application/zip", "downloadCount": 401 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 188959199, "contentType": "application/zip", "downloadCount": 38 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36817678, "contentType": "application/zip", "downloadCount": 170779 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 199684129, "contentType": "application/zip", "downloadCount": 70 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 38042225, "contentType": "application/zip", "downloadCount": 1875844 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 145258421, "contentType": "application/zip", "downloadCount": 40 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 31434455, "contentType": "application/zip", "downloadCount": 136 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 145251421, "contentType": "application/zip", "downloadCount": 37 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 31448722, "contentType": "application/zip", "downloadCount": 2994 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 199920480, "contentType": "application/zip", "downloadCount": 59 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 38180696, "contentType": "application/zip", "downloadCount": 226703 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 153874041, "contentType": "application/zip", "downloadCount": 748 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 40098000, "contentType": "application/zip", "downloadCount": 3653 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 154009962, "contentType": "application/zip", "downloadCount": 733 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40221741, "contentType": "application/zip", "downloadCount": 22274 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 6292 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 325 } ], "author": "dylan-conway", "isDraft": false, "createdAt": "2025-04-29T04:35:20Z", "publishedAt": "2025-04-29T05:50:13Z", "isPrerelease": false }, { "id": 212907974, "tag": "bun-v1.2.10", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.10", "body": "To install Bun v1.2.10\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.10:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.10's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.10)\r\n\r\n### Thanks to 13 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@afrokick](https://github.com/afrokick)\r\n- [@alexandre-lavoie](https://github.com/alexandre-lavoie)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@davlgd](https://github.com/davlgd)\r\n- [@donisaac](https://github.com/donisaac)\r\n- [@hectorm](https://github.com/hectorm)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@nektro](https://github.com/nektro)\r\n- [@paperclover](https://github.com/paperclover)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@thexeos](https://github.com/thexeos)\r\n", "name": "Bun v1.2.10", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 360445607, "contentType": "application/zip", "downloadCount": 135 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 20833312, "contentType": "application/zip", "downloadCount": 52548 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 369651298, "contentType": "application/zip", "downloadCount": 152 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23255833, "contentType": "application/zip", "downloadCount": 1995 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 369651208, "contentType": "application/zip", "downloadCount": 210 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23255797, "contentType": "application/zip", "downloadCount": 8154 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 141923221, "contentType": "application/zip", "downloadCount": 77 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 30509353, "contentType": "application/zip", "downloadCount": 1950 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 187816486, "contentType": "application/zip", "downloadCount": 74 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36535494, "contentType": "application/zip", "downloadCount": 28834 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 199962684, "contentType": "application/zip", "downloadCount": 105 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 37840250, "contentType": "application/zip", "downloadCount": 341921 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 143776918, "contentType": "application/zip", "downloadCount": 68 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 31263782, "contentType": "application/zip", "downloadCount": 2222 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 143786008, "contentType": "application/zip", "downloadCount": 50 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 31278563, "contentType": "application/zip", "downloadCount": 7064 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 200219710, "contentType": "application/zip", "downloadCount": 99 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 37988376, "contentType": "application/zip", "downloadCount": 336728 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 151996510, "contentType": "application/zip", "downloadCount": 822 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 39939724, "contentType": "application/zip", "downloadCount": 7160 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 152155934, "contentType": "application/zip", "downloadCount": 829 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40080488, "contentType": "application/zip", "downloadCount": 42265 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 12289 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.10/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 2267 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-04-16T05:09:54Z", "publishedAt": "2025-04-17T06:30:13Z", "isPrerelease": false }, { "id": 211195246, "tag": "bun-v1.2.9", "url": "https://github.com/oven-sh/bun/releases/tag/bun-v1.2.9", "body": "To install Bun v1.2.9\r\n```bash\r\ncurl -fsSL https://bun.sh/install | bash\r\n# or you can use npm\r\n# npm install -g bun\r\n```\r\n\r\nWindows:\r\n```bash\r\npowershell -c \"irm bun.sh/install.ps1|iex\"\r\n```\r\n\r\nTo upgrade to Bun v1.2.9:\r\n```bash\r\nbun upgrade\r\n```\r\n\r\n### [Read Bun v1.2.9's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.9)\r\n\r\n### Thanks to 13 contributors!\r\n\r\n- [@190n](https://github.com/190n)\r\n- [@alii](https://github.com/alii)\r\n- [@cirospaciari](https://github.com/cirospaciari)\r\n- [@donisaac](https://github.com/donisaac)\r\n- [@dylan-conway](https://github.com/dylan-conway)\r\n- [@electroid](https://github.com/electroid)\r\n- [@heimskr](https://github.com/heimskr)\r\n- [@inqnuam](https://github.com/inqnuam)\r\n- [@jarred-sumner](https://github.com/jarred-sumner)\r\n- [@nektro](https://github.com/nektro)\r\n- [@paperclover](https://github.com/paperclover)\r\n- [@pfgithub](https://github.com/pfgithub)\r\n- [@zackradisic](https://github.com/zackradisic)\r\n", "name": "Bun v1.2.9", "assets": [ { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-aarch64-profile.zip", "name": "bun-darwin-aarch64-profile.zip", "size": 360647415, "contentType": "application/zip", "downloadCount": 264 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-aarch64.zip", "name": "bun-darwin-aarch64.zip", "size": 20821598, "contentType": "application/zip", "downloadCount": 44195 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-x64-baseline-profile.zip", "name": "bun-darwin-x64-baseline-profile.zip", "size": 369516783, "contentType": "application/zip", "downloadCount": 552 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-x64-baseline.zip", "name": "bun-darwin-x64-baseline.zip", "size": 23233251, "contentType": "application/zip", "downloadCount": 843 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-x64-profile.zip", "name": "bun-darwin-x64-profile.zip", "size": 369516693, "contentType": "application/zip", "downloadCount": 272 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-darwin-x64.zip", "name": "bun-darwin-x64.zip", "size": 23233215, "contentType": "application/zip", "downloadCount": 4732 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-aarch64-musl-profile.zip", "name": "bun-linux-aarch64-musl-profile.zip", "size": 141916633, "contentType": "application/zip", "downloadCount": 103 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-aarch64-musl.zip", "name": "bun-linux-aarch64-musl.zip", "size": 30506176, "contentType": "application/zip", "downloadCount": 713 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-aarch64-profile.zip", "name": "bun-linux-aarch64-profile.zip", "size": 187720826, "contentType": "application/zip", "downloadCount": 108 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-aarch64.zip", "name": "bun-linux-aarch64.zip", "size": 36509935, "contentType": "application/zip", "downloadCount": 13757 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-baseline-profile.zip", "name": "bun-linux-x64-baseline-profile.zip", "size": 199826809, "contentType": "application/zip", "downloadCount": 107 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-baseline.zip", "name": "bun-linux-x64-baseline.zip", "size": 37809952, "contentType": "application/zip", "downloadCount": 217851 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-musl-baseline-profile.zip", "name": "bun-linux-x64-musl-baseline-profile.zip", "size": 143797659, "contentType": "application/zip", "downloadCount": 62 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-musl-baseline.zip", "name": "bun-linux-x64-musl-baseline.zip", "size": 31266021, "contentType": "application/zip", "downloadCount": 302 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-musl-profile.zip", "name": "bun-linux-x64-musl-profile.zip", "size": 143757115, "contentType": "application/zip", "downloadCount": 51 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-musl.zip", "name": "bun-linux-x64-musl.zip", "size": 31274442, "contentType": "application/zip", "downloadCount": 5056 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64-profile.zip", "name": "bun-linux-x64-profile.zip", "size": 200079726, "contentType": "application/zip", "downloadCount": 88 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-linux-x64.zip", "name": "bun-linux-x64.zip", "size": 37953264, "contentType": "application/zip", "downloadCount": 223056 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64-baseline-profile.zip", "name": "bun-windows-x64-baseline-profile.zip", "size": 151927168, "contentType": "application/zip", "downloadCount": 930 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64-baseline.zip", "name": "bun-windows-x64-baseline.zip", "size": 39922311, "contentType": "application/zip", "downloadCount": 13078 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64-profile.zip", "name": "bun-windows-x64-profile.zip", "size": 152061905, "contentType": "application/zip", "downloadCount": 859 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/bun-windows-x64.zip", "name": "bun-windows-x64.zip", "size": 40051385, "contentType": "application/zip", "downloadCount": 26092 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/SHASUMS256.txt", "name": "SHASUMS256.txt", "size": 2075, "contentType": "text/plain;charset=utf-8", "downloadCount": 11324 }, { "url": "https://github.com/oven-sh/bun/releases/download/bun-v1.2.9/SHASUMS256.txt.asc", "name": "SHASUMS256.txt.asc", "size": 2353, "contentType": "application/pgp-signature", "downloadCount": 164 } ], "author": "Jarred-Sumner", "isDraft": false, "createdAt": "2025-04-09T04:32:19Z", "publishedAt": "2025-04-09T06:47:14Z", "isPrerelease": false } ], "owner": "oven-sh", "hasMore": true, "nextPage": 2 } ``` --- ### Get Starred Repos Repositori yang di-star seorang pengguna. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/starred/:username` - **Cache TTL:** 3600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `username` | string | path | yes | GitHub username | | `page` | number | query | no | Page number. Default 1 | | `perPage` | number | query | no | Repos per page. Default 30, max 100 | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/starred/:username?page=1&perPage=30" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/starred/:username?page=1&perPage=30", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/starred/:username?page=1&perPage=30", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "page": 1, "count": 2, "items": [ { "id": 2325298, "url": "https://github.com/torvalds/linux", "name": "linux", "forks": 63773, "owner": "torvalds", "stars": 241942, "isFork": false, "license": "NOASSERTION", "fullName": "torvalds/linux", "language": "C", "pushedAt": "2026-08-05T16:03:28Z", "watchers": 241942, "createdAt": "2011-09-04T22:48:12Z", "updatedAt": "2026-08-06T11:18:42Z", "isArchived": false, "openIssues": 3, "description": "Linux kernel source tree", "defaultBranch": "master" }, { "id": 2319498, "url": "https://github.com/subsurface/subsurface", "name": "subsurface", "forks": 588, "owner": "subsurface", "stars": 3161, "isFork": false, "license": "GPL-2.0", "fullName": "subsurface/subsurface", "homepage": "https://subsurface-divelog.org", "language": "C++", "pushedAt": "2026-08-06T03:51:58Z", "watchers": 3161, "createdAt": "2011-09-03T15:27:51Z", "updatedAt": "2026-08-06T09:21:24Z", "isArchived": false, "openIssues": 334, "description": "This is the official upstream of the Subsurface divelog program", "defaultBranch": "master" } ], "hasMore": false, "nextPage": null, "username": "torvalds" } ``` --- ### Search Repositories Cari repositori dengan sintaks pencarian GitHub. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/search-repos` - **Cache TTL:** 1800s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `q` | string | query | yes | Search query, GitHub search syntax | | `sort` | enum(stars|forks|help-wanted-issues|updated) | query | no | Sort field. Default best match | | `order` | enum(asc|desc) | query | no | Sort direction. Default desc | | `page` | number | query | no | Page number. Default 1 (GitHub caps search at 1000 results) | | `perPage` | number | query | no | Results per page. Default 30, max 100 | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/search-repos?q=language%3Arust%20stars%3A%3E1000&sort=stars&order=desc&page=1&perPage=30" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/search-repos?q=language%3Arust%20stars%3A%3E1000&sort=stars&order=desc&page=1&perPage=30", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/search-repos?q=language%3Arust%20stars%3A%3E1000&sort=stars&order=desc&page=1&perPage=30", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "page": 1, "count": 30, "items": [ { "id": 1197021090, "url": "https://github.com/ultraworkers/claw-code", "name": "claw-code", "forks": 109281, "owner": "ultraworkers", "stars": 194982, "isFork": false, "license": "MIT", "fullName": "ultraworkers/claw-code", "language": "Rust", "pushedAt": "2026-08-06T11:18:35Z", "watchers": 194982, "createdAt": "2026-03-31T08:58:08Z", "updatedAt": "2026-08-06T10:51:28Z", "isArchived": false, "openIssues": 35, "description": "An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.", "defaultBranch": "main" }, { "id": 1031912724, "url": "https://github.com/farion1231/cc-switch", "name": "cc-switch", "forks": 8491, "owner": "farion1231", "stars": 125017, "isFork": false, "topics": [ "ai-tools", "claude-code", "codex", "desktop-app", "grok", "grokbuild", "hermes", "hermes-agent", "mcp", "open-source", "openclaw", "openclaw-ui", "opencode", "provider-management", "rust", "skills", "skills-management", "tauri", "typescript", "wsl-support" ], "license": "MIT", "fullName": "farion1231/cc-switch", "homepage": "https://ccswitch.io", "language": "Rust", "pushedAt": "2026-08-06T09:07:16Z", "watchers": 125017, "createdAt": "2025-08-04T14:16:16Z", "updatedAt": "2026-08-06T11:19:49Z", "isArchived": false, "openIssues": 2051, "description": "A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io", "defaultBranch": "main" }, { "id": 299354207, "url": "https://github.com/rustdesk/rustdesk", "name": "rustdesk", "forks": 18303, "owner": "rustdesk", "stars": 119741, "isFork": false, "topics": [ "android", "anydesk", "dart", "flatpak", "flutter", "flutter-apps", "ios", "linux", "macos", "p2p", "rdp", "remote-control", "remote-desktop", "rust", "rust-lang", "teamviewer", "vnc", "wayland", "windows" ], "license": "AGPL-3.0", "fullName": "rustdesk/rustdesk", "homepage": "https://rustdesk.com", "language": "Rust", "pushedAt": "2026-08-06T10:53:58Z", "watchers": 119741, "createdAt": "2020-09-28T15:36:08Z", "updatedAt": "2026-08-06T11:15:32Z", "isArchived": false, "openIssues": 125, "description": "An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.", "defaultBranch": "master" }, { "id": 724712, "url": "https://github.com/rust-lang/rust", "name": "rust", "forks": 15373, "owner": "rust-lang", "stars": 115294, "isFork": false, "topics": [ "compiler", "language", "rust" ], "license": "Apache-2.0", "fullName": "rust-lang/rust", "homepage": "https://www.rust-lang.org", "language": "Rust", "pushedAt": "2026-08-06T11:07:41Z", "watchers": 115294, "createdAt": "2010-06-16T20:39:03Z", "updatedAt": "2026-08-06T11:07:49Z", "isArchived": false, "openIssues": 12701, "description": "Empowering everyone to build reliable and efficient software.", "defaultBranch": "main" }, { "id": 196701619, "url": "https://github.com/tauri-apps/tauri", "name": "tauri", "forks": 3839, "owner": "tauri-apps", "stars": 109956, "isFork": false, "topics": [ "desktop-app", "high-performance", "mobile-app", "native-app", "rust", "web-frontend", "webview" ], "license": "Apache-2.0", "fullName": "tauri-apps/tauri", "homepage": "https://tauri.app", "language": "Rust", "pushedAt": "2026-08-06T02:19:14Z", "watchers": 109956, "createdAt": "2019-07-13T09:09:37Z", "updatedAt": "2026-08-06T11:06:27Z", "isArchived": false, "openIssues": 1423, "description": "Build smaller, faster, and more secure desktop and mobile applications with a web frontend.", "defaultBranch": "dev" }, { "id": 133442384, "url": "https://github.com/denoland/deno", "name": "deno", "forks": 6308, "owner": "denoland", "stars": 108170, "isFork": false, "topics": [ "deno", "javascript", "rust", "typescript" ], "license": "MIT", "fullName": "denoland/deno", "homepage": "https://deno.com", "language": "Rust", "pushedAt": "2026-08-06T09:39:20Z", "watchers": 108170, "createdAt": "2018-05-15T01:34:26Z", "updatedAt": "2026-08-06T11:06:21Z", "isArchived": false, "openIssues": 1448, "description": "A modern runtime for JavaScript and TypeScript.", "defaultBranch": "main" }, { "id": 965415649, "url": "https://github.com/openai/codex", "name": "codex", "forks": 15772, "owner": "openai", "stars": 104351, "isFork": false, "license": "Apache-2.0", "fullName": "openai/codex", "language": "Rust", "pushedAt": "2026-08-06T11:20:46Z", "watchers": 104351, "createdAt": "2025-04-13T05:37:54Z", "updatedAt": "2026-08-06T11:20:52Z", "isArchived": false, "openIssues": 11767, "description": "Lightweight coding agent that runs in your terminal", "defaultBranch": "main" }, { "id": 357728969, "url": "https://github.com/oven-sh/bun", "name": "bun", "forks": 4935, "owner": "oven-sh", "stars": 95296, "isFork": false, "topics": [ "bun", "bundler", "javascript", "javascriptcore", "jsx", "nodejs", "npm", "react", "rust", "rust-lang", "transpiler", "typescript" ], "license": "NOASSERTION", "fullName": "oven-sh/bun", "homepage": "https://bun.com", "language": "Rust", "pushedAt": "2026-08-06T11:18:18Z", "watchers": 95296, "createdAt": "2021-04-14T00:48:17Z", "updatedAt": "2026-08-06T11:12:31Z", "isArchived": false, "openIssues": 7820, "description": "Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one", "defaultBranch": "main" }, { "id": 997737944, "url": "https://github.com/ruvnet/RuView", "name": "RuView", "forks": 11797, "owner": "ruvnet", "stars": 88685, "isFork": false, "topics": [ "awesome", "claude", "densepose", "esp32", "firmware", "home-assistant", "home-automation", "iot", "monitoring", "networking", "npm", "pose-estimation", "react", "rf", "self-learning", "skills", "spatial-intelligence", "typescript", "wifi", "wifi-security" ], "license": "MIT", "fullName": "ruvnet/RuView", "homepage": "https://Cognitum.One/RuView", "language": "Rust", "pushedAt": "2026-08-06T07:00:29Z", "watchers": 88685, "createdAt": "2025-06-07T04:32:30Z", "updatedAt": "2026-08-06T10:51:28Z", "isArchived": false, "openIssues": 450, "description": "π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.", "defaultBranch": "main" }, { "id": 699532645, "url": "https://github.com/astral-sh/uv", "name": "uv", "forks": 3448, "owner": "astral-sh", "stars": 88420, "isFork": false, "topics": [ "packaging", "python", "resolver", "uv" ], "license": "Apache-2.0", "fullName": "astral-sh/uv", "homepage": "https://docs.astral.sh/uv", "language": "Rust", "pushedAt": "2026-08-06T02:21:43Z", "watchers": 88420, "createdAt": "2023-10-02T20:24:11Z", "updatedAt": "2026-08-06T10:44:30Z", "isArchived": false, "openIssues": 2804, "description": "An extremely fast Python package and project manager, written in Rust.", "defaultBranch": "main" }, { "id": 340547520, "url": "https://github.com/zed-industries/zed", "name": "zed", "forks": 9889, "owner": "zed-industries", "stars": 88126, "isFork": false, "topics": [ "gpui", "rust-lang", "text-editor", "zed" ], "license": "NOASSERTION", "fullName": "zed-industries/zed", "homepage": "https://zed.dev", "language": "Rust", "pushedAt": "2026-08-06T09:48:26Z", "watchers": 88126, "createdAt": "2021-02-20T03:01:06Z", "updatedAt": "2026-08-06T11:13:14Z", "isArchived": false, "openIssues": 3301, "description": "Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.", "defaultBranch": "main" }, { "id": 1139971460, "url": "https://github.com/rtk-ai/rtk", "name": "rtk", "forks": 4720, "owner": "rtk-ai", "stars": 74977, "isFork": false, "topics": [ "agentic-coding", "ai-coding", "anthropic", "claude-code", "cli", "command-line-tool", "cost-reduction", "developer-tools", "llm", "open-source", "productivity", "rust", "token-optimization" ], "license": "Apache-2.0", "fullName": "rtk-ai/rtk", "homepage": "https://www.rtk-ai.app", "language": "Rust", "pushedAt": "2026-08-05T21:19:03Z", "watchers": 74977, "createdAt": "2026-01-22T16:54:16Z", "updatedAt": "2026-08-06T11:20:56Z", "isArchived": false, "openIssues": 1889, "description": "CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies", "defaultBranch": "develop" }, { "id": 641656392, "url": "https://github.com/unionlabs/union", "name": "union", "forks": 3891, "owner": "unionlabs", "stars": 73869, "isFork": false, "topics": [ "astro", "blockchain", "cosmos", "cosmwasm", "ethereum", "evm", "golang", "indexer", "interoperability", "move", "nix", "prover", "relayer", "rust", "solidity", "svelte", "typescipt", "typescript", "zero-knowledge" ], "license": "Apache-2.0", "fullName": "unionlabs/union", "homepage": "https://union.build", "language": "Rust", "pushedAt": "2026-07-25T18:20:02Z", "watchers": 73869, "createdAt": "2023-05-16T22:33:39Z", "updatedAt": "2026-08-06T09:55:02Z", "isArchived": false, "openIssues": 190, "description": "The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.", "defaultBranch": "main" }, { "id": 666299222, "url": "https://github.com/openinterpreter/openinterpreter", "name": "openinterpreter", "forks": 5823, "owner": "openinterpreter", "stars": 67756, "isFork": false, "topics": [ "acp", "coding-agent", "deepseek", "kimi", "qwen", "rust" ], "license": "Apache-2.0", "fullName": "openinterpreter/openinterpreter", "homepage": "http://openinterpreter.com/", "language": "Rust", "pushedAt": "2026-08-01T23:18:17Z", "watchers": 67756, "createdAt": "2023-07-14T07:10:44Z", "updatedAt": "2026-08-06T11:06:47Z", "isArchived": false, "openIssues": 2, "description": "A coding agent for open models like Kimi K3", "defaultBranch": "main" }, { "id": 53631945, "url": "https://github.com/BurntSushi/ripgrep", "name": "ripgrep", "forks": 2704, "owner": "BurntSushi", "stars": 67046, "isFork": false, "topics": [ "cli", "command-line", "command-line-tool", "gitignore", "grep", "recursively-search", "regex", "ripgrep", "rust", "search" ], "license": "Unlicense", "fullName": "BurntSushi/ripgrep", "language": "Rust", "pushedAt": "2026-08-04T13:59:44Z", "watchers": 67046, "createdAt": "2016-03-11T02:02:33Z", "updatedAt": "2026-08-06T10:28:51Z", "isArchived": false, "openIssues": 172, "description": "ripgrep recursively searches directories for a regex pattern while respecting your gitignore", "defaultBranch": "master" }, { "id": 51980455, "url": "https://github.com/alacritty/alacritty", "name": "alacritty", "forks": 3548, "owner": "alacritty", "stars": 65265, "isFork": false, "topics": [ "bsd", "gpu", "linux", "macos", "opengl", "rust", "terminal", "terminal-emulators", "vte", "windows" ], "license": "Apache-2.0", "fullName": "alacritty/alacritty", "homepage": "https://alacritty.org", "language": "Rust", "pushedAt": "2026-08-03T08:50:06Z", "watchers": 65265, "createdAt": "2016-02-18T05:02:30Z", "updatedAt": "2026-08-06T10:42:21Z", "isArchived": false, "openIssues": 337, "description": "A cross-platform, OpenGL terminal emulator.", "defaultBranch": "master" }, { "id": 121898717, "url": "https://github.com/dani-garcia/vaultwarden", "name": "vaultwarden", "forks": 3091, "owner": "dani-garcia", "stars": 65024, "isFork": false, "topics": [ "bitwarden", "bitwarden-rs", "docker", "rocket", "rust", "vaultwarden" ], "license": "AGPL-3.0", "fullName": "dani-garcia/vaultwarden", "language": "Rust", "pushedAt": "2026-08-05T19:29:42Z", "watchers": 65024, "createdAt": "2018-02-17T22:40:20Z", "updatedAt": "2026-08-06T11:07:29Z", "isArchived": false, "openIssues": 78, "description": "Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs", "defaultBranch": "main" }, { "id": 384219990, "url": "https://github.com/warpdotdev/warp", "name": "warp", "forks": 5390, "owner": "warpdotdev", "stars": 64001, "isFork": false, "topics": [ "bash", "linux", "macos", "rust", "shell", "terminal", "wasm", "zsh" ], "license": "AGPL-3.0", "fullName": "warpdotdev/warp", "homepage": "https://warp.dev", "language": "Rust", "pushedAt": "2026-08-06T08:25:38Z", "watchers": 64001, "createdAt": "2021-07-08T18:48:08Z", "updatedAt": "2026-08-06T11:14:50Z", "isArchived": false, "openIssues": 4807, "description": "Warp is an agentic development environment, born out of the terminal.", "defaultBranch": "master" }, { "id": 42489829, "url": "https://github.com/rust-lang/rustlings", "name": "rustlings", "forks": 11239, "owner": "rust-lang", "stars": 63777, "isFork": false, "topics": [ "beginner-friendly", "exercises", "rust", "rustlings" ], "license": "MIT", "fullName": "rust-lang/rustlings", "homepage": "https://rustlings.rust-lang.org", "language": "Rust", "pushedAt": "2026-08-05T15:49:34Z", "watchers": 63777, "createdAt": "2015-09-15T02:25:18Z", "updatedAt": "2026-08-06T10:44:22Z", "isArchived": false, "openIssues": 36, "description": ":crab: Small exercises to get you used to reading and writing Rust code!", "defaultBranch": "main" }, { "id": 331107018, "url": "https://github.com/FuelLabs/sway", "name": "sway", "forks": 5414, "owner": "FuelLabs", "stars": 61525, "isFork": false, "topics": [ "compiler", "fuel", "language", "sway" ], "license": "Apache-2.0", "fullName": "FuelLabs/sway", "homepage": "https://docs.fuel.network/docs/sway/", "language": "Rust", "pushedAt": "2026-08-05T20:12:43Z", "watchers": 61525, "createdAt": "2021-01-19T20:54:33Z", "updatedAt": "2026-08-06T11:04:05Z", "isArchived": false, "openIssues": 924, "description": "🌴 Empowering everyone to build reliable and efficient smart contracts.", "defaultBranch": "master" }, { "id": 551376520, "url": "https://github.com/tw93/Pake", "name": "Pake", "forks": 12326, "owner": "tw93", "stars": 60485, "isFork": false, "topics": [ "chatgpt", "claude", "desktop", "gemini", "hight-performance", "linux", "macos", "no-electron", "package", "rust", "tauri", "windows", "youtube" ], "license": "GPL-3.0", "fullName": "tw93/Pake", "language": "Rust", "pushedAt": "2026-08-02T06:24:21Z", "watchers": 60485, "createdAt": "2022-10-14T09:32:57Z", "updatedAt": "2026-08-06T11:06:39Z", "isArchived": false, "openIssues": 2, "description": "🤱🏻 Turn any webpage into a desktop app with one command.", "defaultBranch": "main" }, { "id": 130464961, "url": "https://github.com/sharkdp/bat", "name": "bat", "forks": 1622, "owner": "sharkdp", "stars": 60121, "isFork": false, "topics": [ "cli", "command-line", "git", "hacktoberfest", "rust", "syntax-highlighting", "terminal", "tool" ], "license": "Apache-2.0", "fullName": "sharkdp/bat", "language": "Rust", "pushedAt": "2026-08-01T04:01:27Z", "watchers": 60121, "createdAt": "2018-04-21T10:52:23Z", "updatedAt": "2026-08-06T10:42:08Z", "isArchived": false, "openIssues": 423, "description": "A cat(1) clone with wings.", "defaultBranch": "master" }, { "id": 178991158, "url": "https://github.com/starship/starship", "name": "starship", "forks": 2620, "owner": "starship", "stars": 59280, "isFork": false, "topics": [ "bash", "fish", "fish-prompt", "fish-theme", "oh-my-zsh", "powershell", "rust", "shell-prompt", "starship", "zsh", "zsh-prompt", "zsh-theme" ], "license": "ISC", "fullName": "starship/starship", "homepage": "https://starship.rs", "language": "Rust", "pushedAt": "2026-08-06T10:53:40Z", "watchers": 59280, "createdAt": "2019-04-02T03:23:12Z", "updatedAt": "2026-08-06T11:06:26Z", "isArchived": false, "openIssues": 1033, "description": "☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!", "defaultBranch": "main" }, { "id": 130688011, "url": "https://github.com/meilisearch/meilisearch", "name": "meilisearch", "forks": 2654, "owner": "meilisearch", "stars": 58882, "isFork": false, "topics": [ "ai", "api", "app-search", "database", "enterprise-search", "faceting", "full-text-search", "fuzzy-search", "geosearch", "hybrid-search", "instantsearch", "search", "search-as-you-type", "search-engine", "semantic-search", "site-search", "typo-tolerance", "vector-database", "vector-search", "vectors" ], "license": "NOASSERTION", "fullName": "meilisearch/meilisearch", "homepage": "https://www.meilisearch.com", "language": "Rust", "pushedAt": "2026-08-06T10:10:03Z", "watchers": 58882, "createdAt": "2018-04-23T11:45:28Z", "updatedAt": "2026-08-06T10:57:05Z", "isArchived": false, "openIssues": 296, "description": "A lightning-fast search engine API bringing AI-powered hybrid search to your sites and applications.", "defaultBranch": "main" }, { "id": 21938243, "url": "https://github.com/rust-unofficial/awesome-rust", "name": "awesome-rust", "forks": 3527, "owner": "rust-unofficial", "stars": 58709, "isFork": false, "topics": [ "awesome", "rust" ], "license": "CC0-1.0", "fullName": "rust-unofficial/awesome-rust", "language": "Rust", "pushedAt": "2026-08-04T13:20:33Z", "watchers": 58709, "createdAt": "2014-07-17T10:45:10Z", "updatedAt": "2026-08-06T10:44:23Z", "isArchived": false, "openIssues": 8, "description": "A curated list of Rust code and resources.", "defaultBranch": "main" }, { "id": 290882787, "url": "https://github.com/FuelLabs/fuel-core", "name": "fuel-core", "forks": 2860, "owner": "FuelLabs", "stars": 56927, "isFork": false, "topics": [ "blockchain", "fuel" ], "license": "NOASSERTION", "fullName": "FuelLabs/fuel-core", "language": "Rust", "pushedAt": "2026-08-05T20:11:04Z", "watchers": 56927, "createdAt": "2020-08-27T21:12:14Z", "updatedAt": "2026-08-06T00:27:09Z", "isArchived": false, "openIssues": 200, "description": "Rust full node implementation of the Fuel v2 protocol.", "defaultBranch": "master" }, { "id": 210702427, "url": "https://github.com/typst/typst", "name": "typst", "forks": 1668, "owner": "typst", "stars": 55317, "isFork": false, "topics": [ "compiler", "markup", "typesetting", "typst" ], "license": "Apache-2.0", "fullName": "typst/typst", "homepage": "https://typst.app", "language": "Rust", "pushedAt": "2026-08-04T16:56:01Z", "watchers": 55317, "createdAt": "2019-09-24T21:41:56Z", "updatedAt": "2026-08-06T10:51:35Z", "isArchived": false, "openIssues": 1254, "description": "A markup-based typesetting system that is powerful and easy to learn.", "defaultBranch": "main" }, { "id": 575340621, "url": "https://github.com/lencx/ChatGPT", "name": "ChatGPT", "forks": 6138, "owner": "lencx", "stars": 54433, "isFork": false, "topics": [ "ai", "app", "application", "chatgpt", "desktop-app", "gpt", "gpt-3", "linux", "macos", "notes-app", "openai", "rust", "tauri", "webview", "windows" ], "fullName": "lencx/ChatGPT", "language": "Rust", "pushedAt": "2024-08-29T17:58:11Z", "watchers": 54433, "createdAt": "2022-12-07T09:43:02Z", "updatedAt": "2026-08-06T08:55:16Z", "isArchived": false, "openIssues": 941, "description": "❄️ ChatGPT Desktop Application (Mac, Windows and Linux)", "defaultBranch": "v2-dev" }, { "id": 846698999, "url": "https://github.com/aaif-goose/goose", "name": "goose", "forks": 5926, "owner": "aaif-goose", "stars": 52447, "isFork": false, "topics": [ "acp", "ai", "ai-agents", "mcp" ], "license": "Apache-2.0", "fullName": "aaif-goose/goose", "homepage": "https://goose-docs.ai/", "language": "Rust", "pushedAt": "2026-08-06T10:55:36Z", "watchers": 52447, "createdAt": "2024-08-23T19:03:36Z", "updatedAt": "2026-08-06T11:05:32Z", "isArchived": false, "openIssues": 302, "description": "an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM", "defaultBranch": "main" }, { "id": 523043277, "url": "https://github.com/astral-sh/ruff", "name": "ruff", "forks": 2304, "owner": "astral-sh", "stars": 49085, "isFork": false, "topics": [ "linter", "pep8", "python", "python3", "ruff", "rust", "rustpython", "static-analysis", "static-code-analysis", "style-guide", "styleguide" ], "license": "MIT", "fullName": "astral-sh/ruff", "homepage": "https://docs.astral.sh/ruff", "language": "Rust", "pushedAt": "2026-08-06T11:16:36Z", "watchers": 49085, "createdAt": "2022-08-09T17:17:44Z", "updatedAt": "2026-08-06T11:12:23Z", "isArchived": false, "openIssues": 2063, "description": "An extremely fast Python linter and code formatter, written in Rust.", "defaultBranch": "main" } ], "query": "language:rust stars:>10000", "total": 244, "hasMore": true, "nextPage": 2, "totalReachable": 244 } ``` --- ### Search Users Cari pengguna dengan sintaks pencarian GitHub. - **Method:** `GET` - **Endpoint:** `https://api.zapi.ink/v1/social-media:github-user/search-users` - **Cache TTL:** 1800s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `q` | string | query | yes | Search query, GitHub search syntax | | `sort` | enum(followers|repositories|joined) | query | no | Sort field. Default best match | | `order` | enum(asc|desc) | query | no | Sort direction. Default desc | | `page` | number | query | no | Page number. Default 1 (GitHub caps search at 1000 results) | | `perPage` | number | query | no | Results per page. Default 30, max 100 | **cURL:** ```bash curl "https://api.zapi.ink/v1/social-media:github-user/search-users?q=location%3Aindonesia%20followers%3A%3E1000&sort=followers&order=desc&page=1&perPage=30" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zapi.ink/v1/social-media:github-user/search-users?q=location%3Aindonesia%20followers%3A%3E1000&sort=followers&order=desc&page=1&perPage=30", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zapi.ink/v1/social-media:github-user/search-users?q=location%3Aindonesia%20followers%3A%3E1000&sort=followers&order=desc&page=1&perPage=30", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "ok": true, "page": 1, "count": 30, "items": [ { "id": 2681894, "url": "https://github.com/sandhikagalih", "type": "User", "login": "sandhikagalih", "avatar": "https://avatars.githubusercontent.com/u/2681894?v=4", "isSiteAdmin": false }, { "id": 43339356, "url": "https://github.com/deaafrizal", "type": "User", "login": "deaafrizal", "avatar": "https://avatars.githubusercontent.com/u/43339356?v=4", "isSiteAdmin": false }, { "id": 70091, "url": "https://github.com/khannedy", "type": "User", "login": "khannedy", "avatar": "https://avatars.githubusercontent.com/u/70091?v=4", "isSiteAdmin": false }, { "id": 129738392, "url": "https://github.com/rasidi3112", "type": "User", "login": "rasidi3112", "avatar": "https://avatars.githubusercontent.com/u/129738392?v=4", "isSiteAdmin": false }, { "id": 4611581, "url": "https://github.com/KOSASIH", "type": "User", "login": "KOSASIH", "avatar": "https://avatars.githubusercontent.com/u/4611581?v=4", "isSiteAdmin": false }, { "id": 5790261, "url": "https://github.com/infosecn1nja", "type": "User", "login": "infosecn1nja", "avatar": "https://avatars.githubusercontent.com/u/5790261?v=4", "isSiteAdmin": false }, { "id": 7221389, "url": "https://github.com/mazipan", "type": "User", "login": "mazipan", "avatar": "https://avatars.githubusercontent.com/u/7221389?v=4", "isSiteAdmin": false }, { "id": 118709646, "url": "https://github.com/YuukiPS", "type": "Organization", "login": "YuukiPS", "avatar": "https://avatars.githubusercontent.com/u/118709646?v=4", "isSiteAdmin": false }, { "id": 982868, "url": "https://github.com/novalagung", "type": "User", "login": "novalagung", "avatar": "https://avatars.githubusercontent.com/u/982868?v=4", "isSiteAdmin": false }, { "id": 25837540, "url": "https://github.com/dwisiswant0", "type": "User", "login": "dwisiswant0", "avatar": "https://avatars.githubusercontent.com/u/25837540?v=4", "isSiteAdmin": false }, { "id": 36947813, "url": "https://github.com/kelasterbuka", "type": "Organization", "login": "kelasterbuka", "avatar": "https://avatars.githubusercontent.com/u/36947813?v=4", "isSiteAdmin": false }, { "id": 3713580, "url": "https://github.com/hendisantika", "type": "User", "login": "hendisantika", "avatar": "https://avatars.githubusercontent.com/u/3713580?v=4", "isSiteAdmin": false }, { "id": 40487188, "url": "https://github.com/silvesterwali", "type": "User", "login": "silvesterwali", "avatar": "https://avatars.githubusercontent.com/u/40487188?v=4", "isSiteAdmin": false }, { "id": 22091590, "url": "https://github.com/dicodingacademy", "type": "Organization", "login": "dicodingacademy", "avatar": "https://avatars.githubusercontent.com/u/22091590?v=4", "isSiteAdmin": false }, { "id": 3748658, "url": "https://github.com/mathdroid", "type": "User", "login": "mathdroid", "avatar": "https://avatars.githubusercontent.com/u/3748658?v=4", "isSiteAdmin": false }, { "id": 48324618, "url": "https://github.com/phanatagama", "type": "User", "login": "phanatagama", "avatar": "https://avatars.githubusercontent.com/u/48324618?v=4", "isSiteAdmin": false }, { "id": 6803784, "url": "https://github.com/hangga", "type": "User", "login": "hangga", "avatar": "https://avatars.githubusercontent.com/u/6803784?v=4", "isSiteAdmin": false }, { "id": 7764302, "url": "https://github.com/faqihza", "type": "User", "login": "faqihza", "avatar": "https://avatars.githubusercontent.com/u/7764302?v=4", "isSiteAdmin": false }, { "id": 235584, "url": "https://github.com/mhaidarhanif", "type": "User", "login": "mhaidarhanif", "avatar": "https://avatars.githubusercontent.com/u/235584?v=4", "isSiteAdmin": false }, { "id": 45036724, "url": "https://github.com/zuramai", "type": "User", "login": "zuramai", "avatar": "https://avatars.githubusercontent.com/u/45036724?v=4", "isSiteAdmin": false }, { "id": 88219725, "url": "https://github.com/Zlkcyber", "type": "User", "login": "Zlkcyber", "avatar": "https://avatars.githubusercontent.com/u/88219725?v=4", "isSiteAdmin": false }, { "id": 6789991, "url": "https://github.com/alfianlosari", "type": "User", "login": "alfianlosari", "avatar": "https://avatars.githubusercontent.com/u/6789991?v=4", "isSiteAdmin": false }, { "id": 36522826, "url": "https://github.com/daffainfo", "type": "User", "login": "daffainfo", "avatar": "https://avatars.githubusercontent.com/u/36522826?v=4", "isSiteAdmin": false }, { "id": 55318172, "url": "https://github.com/theodorusclarence", "type": "User", "login": "theodorusclarence", "avatar": "https://avatars.githubusercontent.com/u/55318172?v=4", "isSiteAdmin": false }, { "id": 41313785, "url": "https://github.com/Ranginang67", "type": "User", "login": "Ranginang67", "avatar": "https://avatars.githubusercontent.com/u/41313785?v=4", "isSiteAdmin": false }, { "id": 87703322, "url": "https://github.com/theodevoid", "type": "User", "login": "theodevoid", "avatar": "https://avatars.githubusercontent.com/u/87703322?v=4", "isSiteAdmin": false }, { "id": 96912274, "url": "https://github.com/wahyudesu", "type": "User", "login": "wahyudesu", "avatar": "https://avatars.githubusercontent.com/u/96912274?v=4", "isSiteAdmin": false }, { "id": 324925, "url": "https://github.com/endymuhardin", "type": "User", "login": "endymuhardin", "avatar": "https://avatars.githubusercontent.com/u/324925?v=4", "isSiteAdmin": false }, { "id": 615326, "url": "https://github.com/ganiszulfa", "type": "User", "login": "ganiszulfa", "avatar": "https://avatars.githubusercontent.com/u/615326?v=4", "isSiteAdmin": false }, { "id": 46316533, "url": "https://github.com/reiryuki", "type": "User", "login": "reiryuki", "avatar": "https://avatars.githubusercontent.com/u/46316533?v=4", "isSiteAdmin": false } ], "query": "location:indonesia followers:>1000", "total": 37, "hasMore": true, "nextPage": 2, "totalReachable": 37 } ``` --- _Generated: 2026-09-25T14:29:11.219Z_