What Israeli startups actually build with — programming languages, open-source footprint, cloud-infrastructure maturity and hiring stacks — measured from observed engineering signals rather than self-report.
This report measures the technology choices of the Israeli startup ecosystem from signals companies emit — public source code, TLS-certificate footprints, mobile-app listings and live job postings — rather than from surveys. It draws on the startupim radar, which continuously fingerprints 12 external data sources per company.
Five findings stand out. (1) The ecosystem is bilingual at its core: JavaScript/TypeScript and Python appear in the
public code of nearly every engineering-active company, reflecting a web-front-end + AI/data-back-end default.
(2) Systems languages have arrived — Go is now present in 47% of code-active companies and Rust in 15%,
concentrated in cyber and infrastructure. (3) Israel's open-source weight is disproportionate: a handful of orgs
(Redis, Aqua Security, Wix, Novu, DragonflyDB) anchor 1.66M stars. (4) Infrastructure is maturing — one in seven
companies exposes a dedicated api. host and nearly one in ten runs a public staging. environment.
(5) Hiring tooling has consolidated onto modern, developer-first ATS platforms, with Greenhouse and Ashby alone
covering two-thirds of companies that are actively recruiting.
Across the 1,195 companies with a matched public GitHub organisation, we counted the languages present in each org's repositories (presence per company, not lines of code). Markup and config languages (HTML, CSS, Shell, Dockerfile) are excluded from the ranking below as non-application code.
sources.github.languages, June 2026. Percentages are share of the 1,195 companies with a matched public org. Companies typically use several languages, so columns do not sum to 100%.The shape is unmistakably modern-web plus data/AI. JavaScript (40%) and Python (38%) run nearly neck-and-neck, and once TypeScript (27%) is folded in, the JS family is the most common technology in the ecosystem. Python's strength is the tell of an AI-heavy generation — it is the default for model, data and ML-tooling work. The most consequential shift versus the prior generation's LAMP/Java defaults is the rise of Go (19%), which has overtaken Ruby and C++, and the emergence of Rust (6%) from a rounding error to a real cohort.
Joining the code signal to each company's primary sector reveals that the "default stack" is really several stacks. The heat-table below shows, within each sector's code-active cohort, the share of companies using Python and Go.
| Sector | Code-active | Python | Go | Signature |
|---|---|---|---|---|
| Business / Enterprise Software | 440 | 40% | 23% | TypeScript-forward SaaS |
| Cyber Security | 196 | 52% | 30% | Go + Python, Rust-curious |
| Health Tech & Life Sciences | 119 | 19% | 10% | Mixed, app-layer JS |
| Fintech & Insurtech | 103 | 30% | 14% | JVM + TypeScript |
| Media & Entertainment Tech | 81 | 28% | 12% | TypeScript-led |
| Industrial Technologies | 75 | 48% | 8% | Python + C/C++ embedded |
| Automotive & Mobility | 44 | 30% | 18% | C++/Python + Go services |
startupim.companies.primary_sector_name, June 2026. "Code-active" = companies in the sector with a matched public GitHub org.Cyber Security is the standout. It is the most Go-heavy sector in the ecosystem (30% of its code-active companies), the most Python-dense (52%), and home to the largest concentration of Rust adopters — the signature of a sector building high-performance agents, scanners and network tooling. Industrial and Automotive retain a C/C++ embedded core with Python for data and modelling, while Fintech keeps a conservative JVM lean alongside TypeScript front ends.
Israeli companies punch far above their number in open source. The public repositories of matched orgs carry 1.66 million GitHub stars in aggregate, with a long tail anchored by a small set of globally-recognised projects.
sources.github.total_stars / top_repos, June 2026. Stars are summed across each matched org's public repositories. Selection illustrates the OSS-anchor tail; it is not a ranking of company value. Flagship repos include redis, trivy (Aqua), appwrite, react-native-navigation (Wix), novu and dragonfly.The pattern is strategic, not incidental. Israeli infrastructure and dev-tools companies routinely use open source as a distribution and credibility channel — Redis (in-memory data), Aqua's trivy (container scanning), Appwrite (backend-as-a-service), Novu (notifications) and DragonflyDB (a modern Redis-compatible store) are each category-defining projects that seed a commercial business. For an ecosystem its size, this is a remarkable density of widely-adopted OSS.
last_push fields make it possible
to spot the next anchor before it shows up in funding data.Public TLS certificates leak the shape of a company's infrastructure. Of 4,159 companies with usable certificate-transparency data, we bucketed observed sub-domains to gauge how many run dedicated API, application, staging, development and status-page environments.
sources.crtsh.buckets (crt.sh certificate-transparency aggregation), June 2026. A bucket counts a company once if any matching sub-domain has ever appeared in a logged certificate.The presence of an api. host (14%) and an app. host (13%) marks a genuinely product-shipping
company with a separated service tier. The roughly 1-in-10 rate of public staging. and dev.
environments indicates a maturing CI/CD culture — separate pre-production environments are no longer the preserve of
late-stage firms. A public status. page (6%) is a small but telling signal of operational seriousness and
enterprise-grade SLAs.
api./staging./status. trio separates a company that ships a product on real
infrastructure from one that runs a single marketing site — useful for diligence, sales targeting and competitive mapping.For the 322 companies where a live applicant-tracking system was detected from the careers page, the choice of ATS is itself a stack signal — and it has consolidated onto modern, developer-first platforms.
sources.jobs.ats, June 2026. Detected via careers-page scrape or direct ATS probe. ¹Other = SmartRecruiters (6), BambooHR (5), Breezy (3), Comeet (1).Two platforms — Greenhouse and Ashby — account for two-thirds of all detected hiring stacks. Ashby's strong second place is itself a generational marker: it is the newer, analytics-first system favoured by AI-era startups, and its 30% share signals how quickly the cohort adopts modern developer-facing tooling. Notably, the homegrown Israeli ATS Comeet now appears only once in the detected set — local startups overwhelmingly reach for global platforms.
Three trajectories follow from the data. First, Python keeps rising on the back of the AI build-out — the same "picks-and-shovels" wave (security for AI, agentic infrastructure, inference tooling) that is drawing the ecosystem's capital is a Python- and Go-shaped demand on the talent market. Second, systems languages consolidate: Go is now table-stakes for infrastructure and cyber, and Rust's cyber-led cohort is the one to watch for the next leg of growth. Third, infrastructure maturity becomes a moat signal — the separation of API, staging and status environments, visible for free in certificate logs, will increasingly distinguish enterprise-ready companies from the rest.
The broader market context corroborates the engineering picture: cloud-native adoption is approaching ubiquity (82% of container users now run Kubernetes in production) and platform-engineering practices are projected to reach ~80% of organisations in 2026 — the global backdrop against which the dedicated-environment and Go/Rust trends above should be read.