61.7 F
Los Angeles
Monday, Apr 21, 2025

Castelion Scores $100M in Financing

Castelion, a defense manufacturer in El Segundo, lands $100 million in financing.

Amid increasing geopolitical tensions – which include the ongoing Russian invasion of Ukraine and increasing hostility between the United States and China – weapons and defense manufacturers are seeing more investment.

Castelion, an El Segundo-based weapons manufacturer, announced in late January it collected $100 million in a combination of debt and equity financing. The company was started by three SpaceX veterans: Bryon Hargis, the chief executive who previously led the development of SpaceX programs like Starlink and Starshield; Andrew Kreitz, the chief financial officer who analyzed classified programs at SpaceX; and Sean Pitt, the chief operating officer who worked on spaceflight sales in Europe.

The three left SpaceX in 2022 to create Castelion, which aimed to create long range hypersonic strike weapons at a lower cost.

“The three of us all shared this concern that the U.S. had been falling behind in this capability area and knew that there was both a need and an opportunity to go focus on lower cost, highly manufacturable hypersonic systems so the U.S. could maintain a competitive advantage,” Pitt said.

A changing defense industry

Over the last 60 years, the defense industry in the U.S. slowly consolidated down to a few key companies. Now, the biggest players in weapons manufacturing include Lockheed Martin and RTX (formerly known as Raytheon). Venture firms have long been cautious about defense companies due to agreements with limited partners and the controversy risk defense funding posed. Even Google declined to renew its military contract with the Pentagon in 2018 after receiving internal backlash from employees.

“You have sort of this combination of lack of competition, lack of competitive pressure both within the private sector, but then also competitive pressure between the United States and potential adversaries,” Kreitz said. “There wasn’t pressure to develop things quickly or as efficiently. And that’s sort of resulted in a defense sector that has limited capacity to manufacture at scale and at low cost.”

That’s starting to change. The defense sector raised around $1.12 billion in 2016, according to Pitchbook. In 2021, the sector raised $20 billion. Companies like SpaceX, Palantir, Anduril and Scale AI have received millions in funding.

Mountain View-based Startup accelerator Y Combinator admitted its first defense startup in August. That company, El Segundo-based Ares Industries, is aiming to build low-cost cruise missiles.

Castelion designs and engineers its hypersonic weapons at its headquarters in El Segundo, but also has two sites in Texas, one of which is used to test solid rocket motors. The fresh funding will be used in part to fund the demonstration of its first product scheduled for summer 2026. Early prototypes are currently being tested in the Mojave Desert.

However, defense companies still haven’t shaken the controversial reputation of the military. The annual South by Southwest festival had to sever ties with the U.S. Army after artists threatened to withdraw from the festival. Google came under fire in early February for removing language that promised it would not use its artificial intelligence capabilities for weapons.

“At the end of the day, we are still in a condition where having more weapons actually helps keep peace,” Pitt said, “even though that’s sort of counterintuitive.”

Featured Articles

Related Articles

Keerthi Vedantam Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->