By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Fast-growing startups reshape the GeekWire 200 with innovations in AI, robotics, energy and more
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Fast-growing startups reshape the GeekWire 200 with innovations in AI, robotics, energy and more
Computing

Fast-growing startups reshape the GeekWire 200 with innovations in AI, robotics, energy and more

News Room
Last updated: 2025/10/01 at 8:19 PM
News Room Published 1 October 2025
Share
SHARE
GeekWire Image / Canva / ChatGPT

There’s a lot of startup activity in Seattle and the broader Pacific Northwest. Some companies are growing rapidly amid the AI boom, while others are cutting costs and navigating challenges.

The GeekWire 200, our quarterly ranking of the top privately held technology startups in the Pacific Northwest, is a great resource to help keep track of the region’s up-and-coming companies, along with established leaders.

Presented by JPMorganChase, the GeekWire 200 combines objective data and editorial insight to provide a broad view of the region’s startup landscape. The ranking, which dates to 2013, has long served as a resource for investors, job seekers, service providers, and others tracking the Pacific Northwest tech scene.

Here’s the new top 10. See the full GeekWire 200 ranking here.

Top 10 Companies – Q2 2025

.gw-top10-container {
max-width: 630px;
width: 100%;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, ‘Inter’, Roboto, ‘Helvetica Neue’, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.gw-top10-table {
width: 100%;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
overflow: hidden;
}

.gw-table-header {
background: #f9fafb;
padding: 20px 24px;
border-bottom: 2px solid #e5e7eb;
text-align: left;
}

.gw-table-title {
font-size: 14px;
color: #cb4c28;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 0;
display: block;
}

.gw-table-subtitle {
font-size: 22px;
font-weight: 700;
color: #1f2937;
margin: 4px 0 0 0;
}

.gw-company-row {
display: flex;
align-items: center;
padding: 16px 20px;
border-bottom: 1px solid #f3f4f6;
transition: all 0.2s ease;
}

.gw-company-row:hover {
background-color: #f9fafb;
}

.gw-company-row:last-child {
border-bottom: none;
}

.gw-rank-badge {
width: 32px;
height: 32px;
color: #cb4c28;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 20px;
margin-right: 12px;
flex-shrink: 0;
}

.gw-company-logo {
width: 40px;
height: 40px;
margin-right: 12px;
border-radius: 8px;
overflow: hidden;
background: #f9fafb;
border: 1px solid #e5e7eb;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.gw-company-logo img {
width: 32px;
height: 32px;
object-fit: contain;
}

.gw-company-info {
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
min-width: 0;
}

.gw-company-details {
flex: 1;
min-width: 0;
padding-right: 12px;
}

.gw-company-name {
font-size: 16px;
font-weight: 600;
color: #1f2937;
margin: 0 0 2px 0;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.gw-company-name a {
color: #1f2937;
text-decoration: none;
transition: color 0.2s ease;
}

.gw-company-name a:hover {
color: #cb4c28;
}

.gw-company-links {
display: inline-flex;
align-items: center;
gap: 4px;
margin-left: 6px;
}

.gw-linkedin-link,
.gw-coverage-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
transition: all 0.2s ease;
}

.gw-linkedin-link {
color: #6b7280;
}

.gw-linkedin-link:hover {
color: #0077b5;
transform: scale(1.1);
}

.gw-linkedin-link svg {
width: 14px;
height: 14px;
}

.gw-coverage-link:hover {
transform: scale(1.1);
}

.gw-coverage-link img {
width: 14px;
height: 14px;
}

.gw-company-meta {
font-size: 13px;
color: #6b7280;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.gw-company-stats {
display: flex;
gap: 16px;
align-items: center;
flex-shrink: 0;
}

.gw-stat-item {
text-align: center;
}

.gw-stat-value {
font-size: 16px;
font-weight: 600;
color: #1f2937;
display: block;
line-height: 1.2;
}

.gw-stat-label {
font-size: 11px;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.3px;
font-weight: 500;
margin-top: 2px;
white-space: nowrap;
}

.gw-growth-positive {
color: #10b981;
}

.gw-growth-negative {
color: #6b7280;
}

.gw-source {
padding: 16px 24px;
font-size: 12px;
color: #6b7280;
font-style: italic;
border-top: 1px solid #f3f4f6;
background: #fafafa;
}

/* Mobile responsive styles */
@media (max-width: 520px) {
.gw-company-stats {
justify-content: flex-start !important;
margin-left: 0 !important;
padding-left: 0 !important;
}

.gw-stat-item {
text-align: left !important;
}

.gw-table-header {
padding: 16px 18px;
}

.gw-table-title {
font-size: 12px;
}

.gw-table-subtitle {
font-size: 18px;
}

.gw-company-row {
padding: 14px 16px;
flex-wrap: wrap;
}

.gw-rank-badge {
width: 28px;
height: 28px;
font-size: 18px;
margin-right: 10px;
}

.gw-company-logo {
width: 36px;
height: 36px;
margin-right: 10px;
}

.gw-company-logo img {
width: 28px;
height: 28px;
}

.gw-company-info {
flex-wrap: wrap;
width: 100%;
}

.gw-company-details {
flex: 1 1 auto;
min-width: 150px;
padding-right: 0;
}

.gw-company-name {
font-size: 15px;
}

.gw-company-meta {
font-size: 12px;
}

.gw-company-stats {
margin-top: 8px;
width: 100%;
justify-content: flex-start;
gap: 20px;
padding-left: 50px;
}

.gw-stat-value {
font-size: 15px;
}

.gw-stat-label {
font-size: 10px;
}

.gw-source {
padding: 14px 16px;
font-size: 11px;
}
}

@media (max-width: 380px) {
.gw-company-stats {
padding-left: 0;
gap: 16px;
}

.gw-company-row {
position: relative;
}

.gw-rank-badge {
position: absolute;
top: 14px;
right: 16px;
margin-right: 0;
}

.gw-company-details {
padding-right: 40px;
}
}

GeekWire 200

Top 10 Companies: Q4 2025

1
Highspot

Highspot

GeekWire


Seattle, Washington • Software Development

1,044
Employees
+6%
1-Yr Growth

2
Helion

Helion

GeekWire


Everett, Washington • Renewable Energy Power Generation

349
Employees
+20%
1-Yr Growth

3
Chainguard

Chainguard

GeekWire


Kirkland, Washington • Computer and Network Security

580
Employees
+166%
1-Yr Growth

4
Truveta

Truveta

GeekWire


Bellevue, Washington • Hospitals and Health Care

379
Employees
+13%
1-Yr Growth

5
Agility Robotics

Agility Robotics

GeekWire


Tangent, Oregon • Robotics Engineering

288
Employees
+23%
1-Yr Growth

6
iSpot.tv

iSpot.tv

GeekWire


Bellevue, Washington • Advertising Services

405
Employees
-8%
1-Yr Growth

7
Brinc

Brinc

GeekWire


Seattle, Washington • Aviation and Aerospace Component Manufacturing

146
Employees
+21%
1-Yr Growth

8
Responsive

Responsive

GeekWire


Beaverton, Oregon • Software Development

662
Employees
+9%
1-Yr Growth

9
Carbon Robotics

Carbon Robotics

GeekWire


Seattle, Washington • Automation Machinery Manufacturing

247
Employees
+40%
1-Yr Growth

10
Stoke Space

Stoke Space

GeekWire


Kent, Washington • Defense and Space Manufacturing

312
Employees
+74%
1-Yr Growth

Data Source: LinkedIn Associated Members as of September 2025. View full GeekWire 200 →

The list reflects the longtime strength of the region’s enterprise software sector, with companies like Highspot (No. 1), Truveta (No. 4), and iSpot (No. 6) among the top 10.

But there are also startups making moves in various other industries — highlighting the growing diversity of companies cropping up in Seattle and beyond.

  • Energy: Fusion companies Helion (No. 2) and Zap Energy (No. 12); battery maker Group 14 (No. 20)
  • Robotics/hardware: Drone company Brinc (No. 7); weed-zapping startup Carbon Robotics (No. 9); surgical tech manufacturer Proprio (No. 16)
  • Consumer: Smart home device company Wyze Labs (No. 11); clothing rental startup Armoire (No. 44); microbiome testing firm Viome (No. 45)
  • Space/defense: reusable rocket company Stoke Space (No. 10); autonomous military vehicle manufacturer Overland AI (No. 14); radar maker Echodyne (No. 65)

Earlier this year, we changed the way we calculate the ranking to better reflect current trends.

Read on to learn which companies moved up the list and which startups joined the GeekWire 200 for the first time.

Several Seattle-area startups are new to the GeekWire 200.

  • Clarify, which raised $15 million in June to grow its AI-powered CRM software platform designed to automate busy work.
  • Tin Can, the new startup behind a viral landline-style telephone product for kids that recently raised $3.5 million.
  • Augmodo, a startup developing wearable tech for retail store employees that raised $37.5 million in July.
  • Hubble Network, which raised $70 million this month to accelerate the growth of its satellite-powered Bluetooth network.
  • Gone, which raised $6.3 million this summer to grow its logistics-driven marketplace reimagining the secondhand goods economy.
  • Other new companies include Electric Era, TeamSense, GoodShip, Nuance Labs, NewDays, Aurelian, Caddi, Pokee AI, Adventure Tripr, Clearbrief, Envive, NomadGo, and Ravenna.

Some companies moved up the list.

  • Oregon-based Agility Robotics (up to No. 5) is reportedly raising more cash for its Digit bipedal humanoid warehouse robot.
  • Seattle cybersecurity startup Dropzone AI (No. 21) raised $37 million in a Series B round.
  • Cloud infrastructure startup Pulumi (No. 22) just released its new AI agent Neo.
  • Yoodli, which helps sales teams practice their pitches, is No. 25 after its $13.7 million round.

Others dropped down the rankings or came off the list.

  • Rec Room is now No. 40 following substantial layoffs at the gaming startup.
  • LevelTen Energy is No. 50 after laying off 60 employees.
  • Nectar Social, previously No. 174, relocated to Silicon Valley.

And some companies “graduated” due to acquisitions.

  • Software testing startup Statsig, ranked No. 5, announced its $1.1 billion blockbuster acquisition to OpenAI.
  • Health tech startup Kevala, ranked No. 185, was acquired by Residex.

Notes on the GeekWire 200

Our list is not scientific, by any means, and the specific rankings should be taken with a grain of salt. But it has proven to be a highly useful tool. We hear regularly from readers who use the GeekWire 200 to look for jobs, prospect for customers, mine for potential investments, and get a high-level view of the tech community.

We also use the list as a valuable insights tool, gathering survey data to highlight trends among fast-growing startups.

  • GeekWire 200 survey: CEOs cautious about hiring as AI boosts productivity for Seattle startups
  • How AI is transforming Seattle-area startups: Insights from GeekWire 200 CEOs

To make sure your Pacific Northwest technology startup is eligible for the GeekWire 200, first confirm it’s included in the broader GeekWire Startup List. If so, there’s no need to submit it separately. If your startup isn’t among the companies on that larger list, you can submit it for inclusion here, and we’ll crunch the numbers to see if your company makes the next GeekWire 200 update. Email us at [email protected] with any questions.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Google Hates Patents… But Collects 1,800 New Patents This Year Alone – BGR
Next Article Microsoft 365 Premium bundles Office and AI for the same price as ChatGPT Plus
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Apple’s 2025 Product Roadmap: What’s Still Coming
News
Some old planes end in museums. These are auctioned from $ 25 for non -payment rental
Mobile
Beats PowerBeats Fit, after Beats Fit Pro
Mobile
TikTok to shut down Instagram rival on May 8 · TechNode
Computing

You Might also Like

Computing

TikTok to shut down Instagram rival on May 8 · TechNode

1 Min Read
Computing

Tianlu Peng’s $200M Ether Capital Deals Highlight VC’s Role in U.S. Innovation Leadership | HackerNoon

0 Min Read
Computing

OpenZFS 2.4-rc2 Released With Linux 6.17 Support, Bug Fixes

1 Min Read
Computing

Xiaomi denies CEO Lei Jun reduced stake amid share placement · TechNode

4 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?