https://github.com/codegouvfr/catalogi
A Software Catalog application
https://github.com/codegouvfr/catalogi
freesoftware opensource
Last synced: 17 days ago
JSON representation
A Software Catalog application
- Host: GitHub
- URL: https://github.com/codegouvfr/catalogi
- Owner: codegouvfr
- Created: 2023-03-12T14:54:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-09T21:39:20.000Z (17 days ago)
- Last Synced: 2026-04-09T23:24:37.517Z (17 days ago)
- Topics: freesoftware, opensource
- Language: TypeScript
- Homepage: https://codegouvfr.github.io/catalogi/
- Size: 13.7 MB
- Stars: 38
- Watchers: 4
- Forks: 11
- Open Issues: 81
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSES/CC-BY-4.0.txt
- Governance: GOVERNANCE.md
- Roadmap: ROADMAP-SOFTWARE-TYPES.md
Awesome Lists containing this project
README
[](https://bluehats.world)
# Catalogi
## A Software Catalog application
This repository contains Catalogi, a web application to manage software catalogs.

## Documentation
Documentation is available [here](https://codegouvfr.github.io/catalogi/)
## Catalogi deployments
1. [https://code.gouv.fr/sill](https://code.gouv.fr/sill/) is the list of recommanded Free Software for French administrations.
2. [https://logiciels.catalogue-esr.fr/](https://logiciels.catalogue-esr.fr/) list [HAL](https://hal.science/) for the French Ministry of Research.
## Code organization
This monorepo is made of several directories:
- api: Application API (also includes jobs, that can be run periodically)
- web: Web frontend
- docs: Documentation, as deployed [here](https://codegouvfr.github.io/catalogi/)
- deploy-examples: Examples of deployment, including [Docker Compose](deploy-examples/docker-compose) and [Kubernetes with Helm](docs/5-deploying-with-kubernetes.md).
## Governance and contributions
[](https://code.gouv.fr/documentation/#quels-degres-douverture-pour-les-codes-sources)
See [GOVERNANCE](GOVERNANCE.md) and [CONTRIBUTING](CONTRIBUTING.md).
## Discuss with us
You are welcome to join the [Catalogi Matrix channel](https://matrix.to/#/#catalogi:matrix.org).
## License
2021-2025 Direction interministérielle du numérique, mission logiciels libres.
The code in this repository is published under [licence MIT](LICENSES/MIT.txt).
The documentation is published under [licence Ouverte 2.0](LICENSES/Etalab-2.0.md) and [CC-BY-4.0](LICENSES/CC-BY-4.0.txt).