# infer **Repository Path**: mirrors/infer ## Basic Information - **Project Name**: infer - **Description**: Infer 是 Facebook 最新开源的静态程序分析工具,用于在发布移动应用之前对代码进行分析,找出潜在的问题 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 0 - **Created**: 2017-08-04 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README logo # Infer ![build](https://github.com/facebook/infer/actions/workflows/install.yml/badge.svg) ![website](https://github.com/facebook/infer/actions/workflows/deploy.yml/badge.svg) [Infer](http://fbinfer.com/) is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in [OCaml](https://ocaml.org/). ## Installation Read our [Getting Started](http://fbinfer.com/docs/getting-started) page for details on how to install packaged versions of Infer. To build Infer from source, see [INSTALL.md](./INSTALL.md). ## Contributing See [CONTRIBUTING.md](./CONTRIBUTING.md). ## License Infer is MIT-licensed. Note: Enabling Java support may require you to download and install components licensed under the GPL.