开放源代码联合政策框架为联合国系统提供了一种整体方法,通过共享原则、指导方针、平台以及跨机构协作,来协调、治理和扩大开源工作的规模。
eTIR 国家应用程序(eTIR NA)
联合国欧洲经济委员会 TIR 秘书处,可持续运输司
了解 eTIR 国家应用程序。这是一项开源解决方案,可帮助各国海关部门更快且无需费用地接入 eTIR 国际系统。该应用程序使海关人员能够执行 eTIR 程序,获取运输信息,并高效生成随附单证。

主要功能:
- 发送和接收所有与海关相关的 eTIR 消息
- 支持多语言,并可与国家及国际系统集成
- 灵活的部署方式:SaaS、本地部署或混合模式
- 开源许可证:Apache 2.0
链接:项目页面 | GitLab 代码仓库
GENIE.AI — 全球赋能、智能与公平

GENIE.AI 是一项由 International Telecommunication Union 通过其电信发展局牵头的全球倡议。该倡议源自 “AI for Good” 关于开源生成式人工智能与数字公共产品的专题讨论,致力于促进对先进人工智能能力的公平获取。
该倡议提供一个低成本、轻量化、开源的框架,专为满足中低收入国家的需求而设计。它支持各国政府和发展伙伴在本地或云端设计、构建并部署人工智能驱动的数字公共服务,例如聊天机器人、智能助手和决策支持工具。
GENIE.AI 基于开源大型语言模型、检索增强生成流程以及模块化微服务架构构建,支持系统互操作性、多语言包容性以及符合联合国价值观和国际标准的负责任人工智能治理。该框架鼓励协作、本地主导和可持续创新。
GENIE.AI 提供的内容
- 符合开源促进会定义及数字公共产品标准的开源参考架构
- 支持本地部署、能力建设和模型微调的工具
- 不断壮大的全球贡献者与合作伙伴社区
- 推动人工智能促进可持续发展的示范项目
当前采用情况
孟加拉国、萨尔瓦多、冈比亚、肯尼亚和莱索托的国家机构正在积极开发基于 GENIE.AI 的服务。国际合作伙伴包括 Food and Agriculture Organization、World Health Organization、World Meteorological Organization、IEEE Humanitarian Technologies 以及 United Nations International Computing Centre。
GENIE.AI 是首个集成至 GovStack 沙盒环境的数字公共基础设施,并已在联合国源代码仓库中以开源形式发布。
FireForm
FireForm is the 1st Place winner of the Reboot the Earth 2025 hackathon, hosted by the United Nations Office of Information and Communication Technology (OICT) and UC Santa Cruz. It is an open source system designed to reduce administrative workload for first responders by automating incident report documentation.

Firefighters often need to submit the same incident information to multiple agencies, each with its own reporting templates and forms. This creates hours of repetitive paperwork at the end of shifts. FireForm addresses this challenge with a "report once, file everywhere" approach.
A firefighter records a voice memo or enters a single description of the incident. The system transcribes the input and uses a locally running open source language model to extract key details such as names, locations, and incident information. The extracted data is structured into a JSON file, which is then used to automatically populate multiple agency specific PDF forms.
FireForm runs locally and uses open source models through Ollama, allowing sensitive incident data to remain on the device. The system is designed to work with existing fillable PDF templates, making it adaptable across different departments and agencies.
By reducing repetitive paperwork, FireForm helps first responders spend less time on documentation and more time on operational duties.
Repository:https://github.com/fireform-core/FireForm
Demo: https://drive.google.com/drive/folders/1ecPjipOemyJjCmErbXsiNGFO0R4pycgm
License: MIT License