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

go-ole/go-ole

win32 ole implementation for golang observed · 2026-08-28

github.com/go-ole/go-ole · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

56/100

  • Activity 74
  • Release rhythm 8
  • Longevity 100
How is this computed?

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

  • gap_med: n/a
  • age_days: 5703
  • days_rel: n/a
  • days_push: 156
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1319 stars · 213 forks observed · 2026-08-28

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

Go bindings for Windows COM/OLE implemented via shared libraries instead of cgo. It lets Go programs call COM interfaces and automate Windows applications like Excel.

Use cases

  • automate excel from go
  • call com interfaces in golang
  • windows ole automation without cgo
  • interact with win32 com api from go
  • script windows applications with go

When to choose

  • you need COM/OLE interop in a Go program on Windows
  • you want to avoid cgo and its build complexity
  • you need to automate Windows desktop apps like Excel

When to avoid

  • your code must run on Linux or macOS, since COM is Windows-only
  • you need heavy multithreading without extra COM apartment management
  • you are not targeting the Windows platform

Facets

library · maturity stable

sdk developer-tools developer-tools windows windows go com ole win32 go-bindings windows-automation automation

1 source

Member repositories

RepositoryRoleHealth v2
go-ole/go-olemain56

For agents

markdown · JSON · MCP: product_card(name="go-ole/go-ole")

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