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: GeekWire 200 update: A new No. 1 and plenty of newcomers join list of top Pacific Northwest tech startups
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 > GeekWire 200 update: A new No. 1 and plenty of newcomers join list of top Pacific Northwest tech startups
Computing

GeekWire 200 update: A new No. 1 and plenty of newcomers join list of top Pacific Northwest tech startups

News Room
Last updated: 2026/03/18 at 1:21 PM
News Room Published 18 March 2026
Share
GeekWire 200 update: A new No. 1 and plenty of newcomers join list of top Pacific Northwest tech startups
SHARE

There’s a new No. 1.

Fusion power company Helion Energy has taken the top spot in the latest update of the GeekWire 200, our quarterly ranking of the top privately held technology startups in the Pacific Northwest.

Helion replaced Highspot, which announced a merger with Seismic in a significant sales software deal last month (exited companies graduate from the list). Backed by the likes of SoftBank and Sam Altman, Helion announced two key milestones in February on its mission to generate usable energy from fusion reactions.

The company’s ascent atop the GeekWire 200 reflects a broader trend on the rankings, as startups building complex hardware across sectors like space, energy, robotics, and agriculture make up a sizable chunk of the list. It’s a notable change for a region traditionally dominated by enterprise software.

The top 10 includes companies such as Agility Robotics, which is building humanoid robots; Brinc, a drone maker serving public safety customers; Stoke Space, a space manufacturing company; and Carbon Robotics, which sells weed-zapping machines to farmers. Seattle VC firm Ascend has coined this crop of companies as “Cascadian Dynamism.”

The GeekWire 200 is a great resource to help keep track of the region’s up-and-coming companies, along with established leaders.

The list, which dates to 2013, combines objective data and editorial insight to provide a broad view of the region’s startup landscape. The GeekWire 200 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.

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: Q1 2026

1
Helion

Helion

GeekWire


Everett, Washington • Renewable Energy Power Generation

483
Employees
+29%
1-Yr Growth

2
Chainguard

Chainguard

GeekWire


Kirkland, Washington • Computer and Network Security

670
Employees
+66%
1-Yr Growth

3
Truveta

Truveta

GeekWire


Issaquah, Washington • Hospitals and Health Care

418
Employees
+16%
1-Yr Growth

4
Agility Robotics

Agility Robotics

GeekWire


Corvallis, Oregon • Robotics Engineering

359
Employees
+41%
1-Yr Growth

5
iSpot.tv

iSpot.tv

GeekWire


Bellevue, Washington • Advertising Services

377
Employees
-15%
1-Yr Growth

6
Temporal

Temporal

GeekWire


Bellevue, Washington • Software Development

433
Employees
+59%
1-Yr Growth

7
Brinc

Brinc

GeekWire


Seattle, Washington • Aviation and Aerospace Component Manufacturing

172
Employees
+34%
1-Yr Growth

8
Stoke Space

Stoke Space

GeekWire


Kent, Washington • Defense and Space Manufacturing

361
Employees
+49%
1-Yr Growth

9
Responsive

Responsive

GeekWire


Beaverton, Oregon • Software Development

717
Employees
+13%
1-Yr Growth

10
Carbon Robotics

Carbon Robotics

GeekWire


Seattle, Washington • Automation Machinery Manufacturing

278
Employees
+33%
1-Yr Growth

Data Source: LinkedIn Associated Members as of March 2026. View full GeekWire 200 →

The top 10 includes one new member: infrastructure startup Temporal, now valued at $5 billion after raising a $300 million Series D round last month. Temporal’s revenue grew more than 380% year-over-year as it helps companies move their AI agents into real-world production.

Several other startups rose up the list this quarter:

  • Auger, the supply chain software startup that raised a $100 million seed round in 2024, continues to hire rapidly — headcount is up more than 200% year-over-year — and is now ranked No. 41. Auger also announced a partnership with Microsoft on Wednesday.
  • Echodyne, the Seattle-area radar platform company, announced plans to build a new manufacturing facility in Washington state and moved up to No. 54.
  • Starfish Space is now No. 64 after landing a $54.5 million Space Force contract for its satellite servicing spacecraft.
  • AIM Intelligent Machines, the autonomous construction startup that recently inked its own government contract, moved up to No. 122.
  • Avalanche Energy, which announced a $29 million round last month to fuel its fusion technology, moved up to No. 156.
  • Tin Can, the hot Seattle startup behind a landline-style telephone for kids, sprang to No. 167 after raising $12 million in December.

There are also a batch of newcomers making their debut on the list, including:

  • Tune Therapeutics (No. 140), a biotech company co-headquartered in Seattle that’s developing epigenome editing programs.
  • Gradial (No. 151), a Seattle-based startup developing agentic marketing tools that raised $35 million in December and recently launched a new tool for GEO, or Generative Engine Optimization.
  • Starcloud (No. 171), the Redmond, Wash.-based company working on space-based data centers that was featured during Jensen Huang’s keynote at NVIDIA GTC this week.
  • Others new entrants include Union.ai; Integrate; Clearly AI; mpathic; AheadComputing; Casium; RentSpree; Inflection.io; Dopl Technologies; Loopr; Scala; Elevāt; Certivo; AZX; and MontyCloud.

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

The rankings have evolved over time, and last year we made some key changes.

  • We’re looking at each company’s employee growth over the past 12 months, factoring in both the percentage increase and the number of jobs added.
  • Larger companies still earn credit for maintaining scale — a sign of maturity and customer traction. But this is weighted less heavily than growth, to help spotlight emerging players.
  • We include LinkedIn follower counts as a rough measure of a company’s public traction. To avoid favoring long-established firms, we apply a curve that gives younger companies a fairer shot.
  • And as in the past, we take into account editorial judgment from the GeekWire news team, based on factors including recent fundings and layoffs, and our own insights from covering the region’s tech startups.
  • Companies founded 15 years ago or later “graduate” from the GeekWire 200, and are not included. We also remove companies due to mergers, acquisitions and private equity deals in which they sell a majority of their shares.

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 HubSpot’s Sidekick: Multi-Model AI Code Review with 90% Faster Feedback and 80% Engineer Approval HubSpot’s Sidekick: Multi-Model AI Code Review with 90% Faster Feedback and 80% Engineer Approval
Next Article This new reMarkable feature is a game changer for note-taking This new reMarkable feature is a game changer for note-taking
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

Xiaomi to add third EV model targeting mainstream markets · TechNode
Xiaomi to add third EV model targeting mainstream markets · TechNode
Computing
The Amazon Echo Spot is  off right now!
The Amazon Echo Spot is $30 off right now!
News
Apple and Google have given you the off switch after public backlash against forced updates
Apple and Google have given you the off switch after public backlash against forced updates
News
Cursor Your Dream, Part 1: How to Move From Product Idea to First Prompt | HackerNoon
Cursor Your Dream, Part 1: How to Move From Product Idea to First Prompt | HackerNoon
Computing

You Might also Like

Xiaomi to add third EV model targeting mainstream markets · TechNode
Computing

Xiaomi to add third EV model targeting mainstream markets · TechNode

1 Min Read
Cursor Your Dream, Part 1: How to Move From Product Idea to First Prompt | HackerNoon
Computing

Cursor Your Dream, Part 1: How to Move From Product Idea to First Prompt | HackerNoon

51 Min Read
Compass drops lawsuit against Zillow over home-listing policy
Computing

Compass drops lawsuit against Zillow over home-listing policy

3 Min Read
Alibaba’s 1688 to eliminate “refund only” policy · TechNode
Computing

Alibaba’s 1688 to eliminate “refund only” policy · TechNode

1 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?