Ross ROSS = Recommend OSS · open-source software intelligence for agents

zeroc-ice/ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more. observed · 2026-08-28

github.com/zeroc-ice/ice · homepage · C++ · GPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

91/100

  • Activity 99
  • Release rhythm 75
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 47
  • age_days: 4201
  • days_rel: 90
  • days_push: 7
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

2191 stars · 601 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Ice (Internet Communications Engine) is a complete RPC framework for building networked applications, using the Slice IDL to generate client/server stubs across multiple programming languages. It bundles RPC over TCP/SSL/UDP/WebSocket, pub-sub services, configuration, logging, metrics, and server deployment tooling into one uniform API.

Use cases

  • build a client-server app with typed remote procedure calls
  • call a C++ server from a Python client over the network
  • add pub-sub messaging to a distributed application
  • replace gRPC with a mature multi-language RPC framework
  • deploy and manage replicated servers in a distributed system
  • serialize data over TCP without hand-writing network code

When to choose

  • you need cross-language RPC with generated stubs from an IDL
  • you want an all-in-one toolkit (RPC, pub-sub, deployment) rather than assembling libraries
  • your project can comply with GPLv2 or you can purchase a commercial license

When to avoid

  • you need a permissively licensed framework and cannot accept GPLv2 copyleft or pay for a commercial license
  • you want a lightweight modern HTTP/JSON or QUIC-based RPC stack (consider IceRPC or gRPC instead)
  • your use case is simple REST APIs for web frontends

Facets

framework · maturity stable

rpc serialization message-queue logging monitoring middleware microservices networking apis backend developer-tools cpp python jvm dotnet cross-platform windows idl slice pub-sub grpc-alternative binary-protocol dual-license javascript linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
zeroc-ice/icemain91

For agents

markdown · JSON · MCP: product_card(name="zeroc-ice/ice")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem