{"library":"esbuild-linux-arm64","type":"library","category":null,"description":"esbuild-linux-arm64 is a platform-specific binary distribution of esbuild, a high-performance JavaScript and CSS bundler and minifier written in Go. It provides the native executable for Linux ARM 64-bit systems, which the main `esbuild` package dynamically loads. As of early 2026, the `esbuild` project is on version 0.28.0 and maintains a sustainable release cadence, with frequent updates often occurring monthly or bi-monthly, and at least one release every three months. Its primary differentiator is its exceptional speed, often achieving 10-100x faster build times compared to traditional JavaScript bundlers like Webpack or Rollup, due to its native compilation. This makes it particularly effective for development environments requiring rapid feedback loops and for projects that prioritize build performance and modern JavaScript features with minimal configuration overhead. It excels at creating optimized bundles for web applications and npm packages.","language":"javascript","status":"active","version":"0.15.18","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install esbuild-linux-arm64","imports":["import * as esbuild from 'esbuild';\n\nawait esbuild.build({\n  entryPoints: ['src/app.js'],\n  bundle: true,\n  outfile: 'dist/bundle.js',\n});","import { startService } from 'esbuild';\n\nconst service = await startService();\ntry {\n  // Use service for operations\n} finally {\n  service.stop();\n}","import * as esbuild from 'esbuild';\n\nconst result = await esbuild.transform('const a = 1;', {\n  loader: 'js',\n  minify: true,\n});\nconsole.log(result.code);"]},{"cmd":"yarn add esbuild-linux-arm64","imports":[]},{"cmd":"pnpm add esbuild-linux-arm64","imports":[]}],"homepage":"https://esbuild.github.io","github":"https://github.com/evanw/esbuild","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/esbuild-linux-arm64","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/esbuild-linux-arm64/compatibility"}}