Debian Code Search (codesearch.debian.net) is a search engine that searches through all the 130 GB of open source software that is included in Debian. Supports regular expressions!
249
stars
944
commits
Go
primary language
Sep 11, 2026
updated
Context:
Documentation:
Guide to this repository:
cmd/dcs is the swiss-army knife tool for Debian Code Search, displaying index files in a variety of ways.cmd/dcs-localdcs runs a local development instance of Debian Code Search.The service itself consists of the following services / jobs:
cmd/dcs-compute-ranking generates ranking.json based on the Debian Popularity Contest (popcon).cmd/dcs-feeder feeds packages to multiple dcs-package-importer shards.cmd/dcs-web is the web server which runs searches on multiple dcs-source-backend shards.Each shard (codesearch.debian.net uses 6 shards) runs:
cmd/dcs-package-importer to receive, unpack and index Debian packages for this shard.cmd/dcs-source-backend to run actual searches over imported source code.Go
81.1%
HTML
6.7%
CSS
5.7%
JavaScript
4.9%
Debian Code Search (codesearch.debian.net) is a search engine that searches through all the 130 GB of open source software that is included in Debian. Supports regular expressions!
249
stars
944
commits
Go
primary language
Sep 11, 2026
updated
Context:
Documentation:
Guide to this repository:
cmd/dcs is the swiss-army knife tool for Debian Code Search, displaying index files in a variety of ways.cmd/dcs-localdcs runs a local development instance of Debian Code Search.The service itself consists of the following services / jobs:
cmd/dcs-compute-ranking generates ranking.json based on the Debian Popularity Contest (popcon).cmd/dcs-feeder feeds packages to multiple dcs-package-importer shards.cmd/dcs-web is the web server which runs searches on multiple dcs-source-backend shards.Each shard (codesearch.debian.net uses 6 shards) runs:
cmd/dcs-package-importer to receive, unpack and index Debian packages for this shard.cmd/dcs-source-backend to run actual searches over imported source code.Go
81.1%
HTML
6.7%
CSS
5.7%
JavaScript
4.9%