Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

ponylang/ponyc

Pony is an open-source, actor-model, capabilities-secure, high performance programming language

ponylang/ponyc.json
{
"createdAt": "2012-11-13T07:38:25Z",
"defaultBranch": "main",
"description": "Pony is an open-source, actor-model, capabilities-secure, high performance programming language",
"fullName": "ponylang/ponyc",
"homepage": "http://www.ponylang.io",
"language": "Pony",
"name": "ponyc",
"pushedAt": "2026-03-21T23:28:43Z",
"stargazersCount": 6062,
"topics": [
"actor-model",
"pony-language",
"pony-source",
"ponyc",
"ponylang",
"programming-language"
],
"updatedAt": "2026-03-22T01:02:04Z",
"url": "https://github.com/ponylang/ponyc"
}

Pony is an open-source, object-oriented, actor-model, capabilities-secure, high-performance programming language.

Pony is still pre-1.0 and as such, semi-regularly introduces breaking changes. These changes are usually fairly easy to adapt to. Applications written in Pony are currently used in production environments.

  • Linux
  • macOS
  • Windows 11
  • Full support for 64-bit platforms
    • x86, ARM and RISC-V CPUs only
  • Partial support for 32-bit platforms
    • The arm and armhf architectures are tested via CI (Continuous Integration testing)

Best-effort platforms are operating systems where Pony should work, but with low confidence. We don’t have automated testing or continuous integration for these platforms to ensure they remain functional. We won’t intentionally break a best-effort platform. However, we make no effort to maintain compatibility with them. When building ponyc from source on a best-effort platform, you may encounter failures. We welcome thoughtful pull requests to restore Pony compatibility with the platform.

  • DragonFlyBSD (x86 only)
  • FreeBSD (x86 only)
  • OpenBSD (x86 only)
  • Windows 10 (x86 only)
  • [Installation]!(INSTALL.md)
  • [Building from source]!(BUILD.md)
  • [Docker images]!(INSTALL_DOCKER.md)
  • [Editor support]!(EDITORS.md)

We welcome contributions to Pony. Please read through [CONTRIBUTING.md]!(CONTRIBUTING.md) for details on how to get started.

Pony is distributed under the terms of the 2-Clause BSD License. See [LICENSE]!(LICENSE) for details.