git404hub

what is buck fr?

facebook/buck — explained in plain English

Analysis updated 2026-06-24

8,546JavaAudience · developerComplexity · 4/5Setup · hard

tl;dr

Buck was Facebook's multi-language build system, now deprecated and replaced by Buck2. This repository is archived for historical reference only, all active development has moved to the Buck2 project.

vibe map

mindmap
  root((Buck))
    Status
      Deprecated
      Archived repo
      Buck2 is successor
    Original Purpose
      Multi-language builds
      Incremental compilation
      Reusable modules
    History
      Built at Facebook
      Used internally
      Now replaced
    Next Steps
      Use Buck2 instead
      Different repository
      Active development there

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Read archived documentation to understand how Meta's original Buck build system worked before Buck2 replaced it.

VIBE 2

Research the history and design decisions of large-scale build systems at Facebook to understand what led to the Buck2 rewrite.

what's the stack?

Java

how it stacks up fr

facebook/buckairbnb/epoxychrisjenx/calligraphy
Stars8,5468,5608,531
LanguageJavaJavaJava
Setup difficultyhardmoderateeasy
Complexity4/53/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1day+

This repository is no longer maintained. Use the Buck2 repository instead for all active development.

No license information was mentioned in the description.

in plain english

Buck was a build system developed by Facebook (now Meta) for compiling and assembling software across multiple programming languages and platforms. A build system automates the process of turning source code into a finished application, handling the ordering of compilation steps and tracking which files have changed so it only rebuilds what is necessary. This repository is no longer active. The README states plainly that this repo is dead and directs people to Buck2, a separate successor project in a different repository. The original Buck code and documentation remain here for historical reference only. For anyone who encounters this repository while researching Meta's build tooling history: Buck was designed around the idea of small, reusable modules and was used internally at Facebook for many years. Its successor Buck2 is a ground-up rewrite and is where active development now happens.

prompts (copy fr)

prompt 1
I'm researching build system architecture. Based on Buck's original design at Facebook, what were the core ideas around modular build targets and incremental compilation?
prompt 2
I'm migrating from the original Buck to Buck2. What were the main architectural differences between them, and what changed in the build file format?

Frequently asked questions

what is buck fr?

Buck was Facebook's multi-language build system, now deprecated and replaced by Buck2. This repository is archived for historical reference only, all active development has moved to the Buck2 project.

What language is buck written in?

Mainly Java. The stack also includes Java.

What license does buck use?

No license information was mentioned in the description.

How hard is buck to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is buck for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.