more details
· 1 year ago
568d5407867950bbe8dbe3f9026556d368774761
Parent:
605ec0003
1 file changed +2279 −257
- anduril-products.html +2279 −257
Diff
--- a/anduril-products.html +++ b/anduril-products.html @@ -3,41 +3,105 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Anduril Industries Product Cheatsheet</title> + <title> + Anduril Industries Product Cheatsheet: Autonomous Defense Systems & AI + </title> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛡️</text></svg>" /> + <link + rel="apple-touch-icon" + href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛡️</text></svg>" + /> + <!-- Consider adding a dedicated apple-touch-icon if you have one --> <meta name="description" - content="A comprehensive cheatsheet for Anduril Industries products. Understand their advanced autonomous systems for defense." + content="Explore Anduril Industries' products: Lattice OS, Altius, Ghost, Anvil, Dive AUVs & more. This cheatsheet details their advanced AI-powered autonomous systems for modern defense." + /> + <meta + name="keywords" + content="Anduril, Lattice OS, Altius, Ghost, Anvil, Dive AUV, autonomous systems, defense technology, AI, counter UAS, military drones, force protection, cheatsheet" + /> + <link + rel="canonical" + href="https://cheatsheets.davidveksler.com/anduril-products.html" + /> + + <!-- Open Graph / Facebook --> + <meta property="og:type" content="article" /> + <meta + property="og:url" + content="https://cheatsheets.davidveksler.com/anduril-products.html" + /> + <meta + property="og:title" + content="Anduril Industries Product Cheatsheet: Autonomous Defense Systems & AI" + /> + <meta + property="og:description" + content="Explore Anduril Industries' products: Lattice OS, Altius, Ghost, Anvil, Dive AUVs & more. This cheatsheet details their advanced AI-powered autonomous systems for modern defense." /> - <link rel="canonical" href="https://www.anduril.com/" /> + <meta property="og:image" content="https://cheatsheets.davidveksler.com/images/anduril.png" /> + <!-- Recommended: Replace with a URL to a compelling image (e.g., 1200x630px) --> + <meta property="og:site_name" content="David Veksler Cheatsheets" /> + <!-- Or your specific site name --> - <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" /> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" /> + <!-- Twitter Card --> + <meta name="twitter:card" content="summary_large_image" /> + <!-- Use "summary" if you don't have a large image --> + <meta + name="twitter:url" + content="https://cheatsheets.davidveksler.com/anduril-products.html" + /> + <meta + name="twitter:title" + content="Anduril Industries Product Cheatsheet: Autonomous Defense Systems & AI" + /> + <meta + name="twitter:description" + content="Explore Anduril Industries' products: Lattice OS, Altius, Ghost, Anvil, Dive AUVs & more. This cheatsheet details their advanced AI-powered autonomous systems for modern defense." + /> + <meta name="twitter:image" content="https://cheatsheets.davidveksler.com/images/anduril.png" /> + <!-- Recommended: Replace with a URL to a compelling image (e.g., 1200x675px for summary_large_image) --> + <!-- <meta name="twitter:site" content="@YourTwitterHandle"> --> + <!-- Optional: Your site's Twitter handle --> + <meta name="twitter:creator" content="@heroiclife"> + <!-- Optional: Author's Twitter handle --> + + <link + href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" + rel="stylesheet" + /> + <link + rel="stylesheet" + href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" + /> <style> :root { - --anduril-bg-primary: #0A0A0A; /* Very dark grey, near black */ + --anduril-bg-primary: #0a0a0a; /* Very dark grey, near black */ --anduril-bg-secondary: #141414; /* Slightly lighter for cards/sections */ - --anduril-text-primary: #EAEAEA; /* Light grey for primary text */ - --anduril-text-secondary: #A0A0A0; /* Medium grey for secondary text */ - --anduril-border-color: #2A2A2A; /* Dark grey border */ + --anduril-text-primary: #eaeaea; /* Light grey for primary text */ + --anduril-text-secondary: #a0a0a0; /* Medium grey for secondary text */ + --anduril-border-color: #2a2a2a; /* Dark grey border */ --anduril-accent-hover: #333333; /* Hover accent for interactive elements */ - --anduril-font-family: "Helvetica Now Display", "Helvetica Neue", Helvetica, Arial, sans-serif; + --anduril-font-family: "Helvetica Now Display", "Helvetica Neue", + Helvetica, Arial, sans-serif; /* Product Category Colors - Used for subtle icon hints or specific borders if needed, otherwise monochrome */ - --category-color-platform: #4A90E2; /* Muted Blue */ - --category-color-force-protection: #50E3C2; /* Muted Teal */ - --category-color-air: #4A90E2; /* Muted Blue */ - --category-color-underwater: #277BDA; /* Deeper Muted Blue */ - --category-color-ground: #F5A623; /* Muted Orange */ - --category-color-rockets: #D0021B; /* Muted Red */ + --category-color-platform: #4a90e2; /* Muted Blue */ + --category-color-force-protection: #50e3c2; /* Muted Teal */ + --category-color-air: #4a90e2; /* Muted Blue */ + --category-color-underwater: #277bda; /* Deeper Muted Blue */ + --category-color-ground: #f5a623; /* Muted Orange */ + --category-color-rockets: #d0021b; /* Muted Red */ - --anduril-category-color: var(--anduril-text-secondary); /* Default to secondary text color for icons */ + --anduril-category-color: var( + --anduril-text-secondary + ); /* Default to secondary text color for icons */ } body { @@ -50,7 +114,9 @@ } .page-header { - background-color: var(--anduril-bg-primary); /* Consistent dark background */ + background-color: var( + --anduril-bg-primary + ); /* Consistent dark background */ padding: 2.5rem 1.5rem; text-align: left; /* Anduril style */ border-bottom: 1px solid var(--anduril-border-color); @@ -114,6 +180,9 @@ border-radius: 6px; /* Subtle rounding */ box-shadow: none; /* Anduril has minimal shadows */ transition: background-color 0.2s ease; + display: flex; + flex-direction: column; + height: 100%; /* Ensure cards in a row are same height */ } .info-card:hover { background-color: var(--anduril-accent-hover); @@ -122,8 +191,12 @@ .info-card .card-body { padding: 0; + display: flex; + flex-direction: column; + flex-grow: 1; /* Allow card body to grow */ } - .info-card h5 { /* Card title */ + .info-card h5 { + /* Card title */ color: var(--anduril-text-primary); background-color: transparent; font-size: 1.1rem; @@ -143,19 +216,25 @@ } .card-content-wrapper { padding: 1.3rem; + flex-grow: 1; /* Allow content to grow */ + display: flex; + flex-direction: column; } .info-card p.summary { font-size: 0.9rem; color: var(--anduril-text-secondary); margin-bottom: 1rem; line-height: 1.55; + flex-grow: 1; /* Allow summary to take available space */ } .collapse-content { font-size: 0.88rem; border-top: 1px solid var(--anduril-border-color); padding: 1.3rem; - background-color: var(--anduril-bg-secondary); /* Same as card or slightly different */ + background-color: var( + --anduril-bg-secondary + ); /* Same as card or slightly different */ border-radius: 0 0 5px 5px; color: var(--anduril-text-secondary); } @@ -182,7 +261,7 @@ border-bottom: none; margin-bottom: 0; } - .collapse-content li::before { + .collapse-content li::before { content: "\F282"; /* Check icon */ font-family: "bootstrap-icons"; position: absolute; @@ -205,7 +284,7 @@ .details-toggle { font-size: 0.85rem; - margin-top: auto; + margin-top: auto; /* Pushes button to the bottom */ align-self: flex-start; padding: 0.4rem 0.8rem; color: var(--anduril-text-secondary); @@ -215,12 +294,15 @@ border-radius: 4px; font-weight: 400; /* Regular weight */ } - .details-toggle:hover, .details-toggle:focus { + .details-toggle:hover, + .details-toggle:focus { background-color: var(--anduril-accent-hover); color: var(--anduril-text-primary); border-color: var(--anduril-text-secondary); } - .details-toggle .bi-plus-lg, .details-toggle .bi-dash-lg { /* Specific for these icons */ + .details-toggle .bi-plus-lg, + .details-toggle .bi-dash-lg { + /* Specific for these icons */ transition: transform 0.2s ease-in-out; } .details-toggle[aria-expanded="true"] .bi-plus-lg { @@ -230,7 +312,6 @@ display: none; } - footer { padding-top: 2.5rem; padding-bottom: 2rem; @@ -250,32 +331,62 @@ } /* Category specific icon colors (subtle) */ - .card-platform h5 .bi { color: var(--category-color-platform); } - .card-force-protection h5 .bi { color: var(--category-color-force-protection); } - .card-air h5 .bi { color: var(--category-color-air); } - .card-underwater h5 .bi { color: var(--category-color-underwater); } - .card-ground h5 .bi { color: var(--category-color-ground); } - .card-rockets h5 .bi { color: var(--category-color-rockets); } + .card-platform h5 .bi { + color: var(--category-color-platform); + } + .card-force-protection h5 .bi { + color: var(--category-color-force-protection); + } + .card-air h5 .bi { + color: var(--category-color-air); + } + .card-underwater h5 .bi { + color: var(--category-color-underwater); + } + .card-ground h5 .bi { + color: var(--category-color-ground); + } + .card-rockets h5 .bi { + color: var(--category-color-rockets); + } + .row { + display: flex; + flex-wrap: wrap; + } + .col-lg-4, + .col-md-6 { + display: flex; + flex-direction: column; + margin-bottom: 1.5rem; /* Added consistent margin for spacing */ + } </style> </head> <body> <header class="page-header"> <div class="anduril-logo-container"> - <svg viewBox="0 0 1135.53 207.8" xmlns="http://www.w3.org/2000/svg"><path d="M419.4 100.5l54.8 146h-30.3l-11.6-31.3H372l-11.6 31.4h-29.7l54.5-146zm-38 89.3h41.3L402 133.7zM611.6 246.6h-26l-68.3-100.7v100.7h-28.7v-146h30.3l64.1 95.7v-95.8h28.7zM637.2 100.5h50.3c46 0 74 28.5 74 73s-28 73-74 73h-50.3zM687.5 221c28.2 0 44.5-18.7 44.5-47.3 0-29-16.3-47.4-44.7-47.4h-20.8v94.7zM777.8 188.2v-87.6h30v86.6c0 24.6 12 35.2 30.2 35.2 18.3 0 30.3-10.6 30.3-35.2v-86.6h29.9v87.6c0 40.3-24.3 60.4-60.3 60.4s-60.1-20.1-60.1-60.4zM951.4 246.6h-29.9v-146h59.8c33.6 0 54.5 15.8 54.5 46 0 22.1-12 37-32.5 42.9l36.4 57.1h-34.2l-33.7-54.3h-20.4zm28.3-79.3c17.5 0 26.4-7.6 26.4-20.6 0-13.2-9-20.7-26.4-20.7h-28.3v41.3zM1085.6 246.6h-29.9v-146h30zM1111 100.5h30v120.2h67.1v25.9h-97zM294.3 205c-2.9-1.4-5.7-3-8.5-4.6a145.3 145.3 0 01-25.8-19.3c-2.7-2.5-5.4-5.1-7.9-7.9A145.2 145.2 0 01214 83.6l-.3-8.7v-.8a1.5 1.5 0 00-1.5-1.6h-57.6a1.5 1.5 0 00-1.5 1.6v.8l-.3 8.7a145.4 145.4 0 01-37.3 88.7c-2.5 2.8-5.2 5.5-7.9 8A147 147 0 0181.8 200a146 146 0 01-8.5 4.6 1.5 1.5 0 00-.7 2c1.3 3 2.6 5.8 4 8.4a120.3 120.3 0 0018.9 26.8c2.2 2.4 4.6 4.7 7 7a120.5 120.5 0 00162.5.3c2.5-2.3 4.8-4.6 7-6.9a120.5 120.5 0 0019-26.7 102 102 0 004-8.5 1.5 1.5 0 00-.7-2zm-173.5 39.1a1.5 1.5 0 01-2.4 1.3q-2.7-2-5.2-4.2c-2.6-2.2-4.8-4.4-6.9-6.5a108 108 0 01-17.1-23.3 1.5 1.5 0 01.5-2 158.8 158.8 0 0023.4-17.4c2.6-2.3 5.2-4.8 7.6-7.3a156 156 0 0040-72 1.5 1.5 0 013 0 196.4 196.4 0 0012.7 41 1.5 1.5 0 010 1.3 186.5 186.5 0 01-39.4 54.5 85.3 85.3 0 00-7 7 38.6 38.6 0 00-8.7 18.5 37.4 37.4 0 00-.6 6.7v2.4zm97.3-29a1.5 1.5 0 01-.3 2.4 67 67 0 01-33.6 9.3h-.3a66.7 66.7 0 01-34.6-9.7 1.5 1.5 0 01-.3-2.3c3-3 6-6.2 8.7-9.4a199.1 199.1 0 0024.4-34.7 1.5 1.5 0 012.6 0 199.2 199.2 0 0033.4 44.5zm-80.4 11.4a1.5 1.5 0 012.1-.4 79.2 79.2 0 0044.1 13.4l3.6-.1a76.4 76.4 0 009.4-1 79.8 79.8 0 0031.3-12.4 1.5 1.5 0 011.8.1 199.2 199.2 0 0020.9 15.6 1.5 1.5 0 010 2.5 107.8 107.8 0 01-66 23.4h-.9a113 113 0 01-14.7-1 106.3 106.3 0 01-30.7-9 1.5 1.5 0 01-.6-.5 26.5 26.5 0 01-.2-30.6zm99.8-10l-7.2-6.5a186.6 186.6 0 01-40.5-56.3 166 166 0 01-5-11.8 184.8 184.8 0 01-12-55 1.5 1.5 0 011.5-1.7h26a1.5 1.5 0 011.6 1.4l.8 8.5a158 158 0 0044.2 90.4c2.4 2.5 5 4.9 7.6 7.2a157.1 157.1 0 0023.4 17.2 1.5 1.5 0 01.5 2 107.5 107.5 0 01-15.6 21.4 1.5 1.5 0 01-1.9.3 187.1 187.1 0 01-23.4-17.1z" transform="translate(-72.5 -72.5)"></path></svg> + <svg viewBox="0 0 1135.53 207.8" xmlns="http://www.w3.org/2000/svg"> + <path + d="M419.4 100.5l54.8 146h-30.3l-11.6-31.3H372l-11.6 31.4h-29.7l54.5-146zm-38 89.3h41.3L402 133.7zM611.6 246.6h-26l-68.3-100.7v100.7h-28.7v-146h30.3l64.1 95.7v-95.8h28.7zM637.2 100.5h50.3c46 0 74 28.5 74 73s-28 73-74 73h-50.3zM687.5 221c28.2 0 44.5-18.7 44.5-47.3 0-29-16.3-47.4-44.7-47.4h-20.8v94.7zM777.8 188.2v-87.6h30v86.6c0 24.6 12 35.2 30.2 35.2 18.3 0 30.3-10.6 30.3-35.2v-86.6h29.9v87.6c0 40.3-24.3 60.4-60.3 60.4s-60.1-20.1-60.1-60.4zM951.4 246.6h-29.9v-146h59.8c33.6 0 54.5 15.8 54.5 46 0 22.1-12 37-32.5 42.9l36.4 57.1h-34.2l-33.7-54.3h-20.4zm28.3-79.3c17.5 0 26.4-7.6 26.4-20.6 0-13.2-9-20.7-26.4-20.7h-28.3v41.3zM1085.6 246.6h-29.9v-146h30zM1111 100.5h30v120.2h67.1v25.9h-97zM294.3 205c-2.9-1.4-5.7-3-8.5-4.6a145.3 145.3 0 01-25.8-19.3c-2.7-2.5-5.4-5.1-7.9-7.9A145.2 145.2 0 01214 83.6l-.3-8.7v-.8a1.5 1.5 0 00-1.5-1.6h-57.6a1.5 1.5 0 00-1.5 1.6v.8l-.3 8.7a145.4 145.4 0 01-37.3 88.7c-2.5 2.8-5.2 5.5-7.9 8A147 147 0 0181.8 200a146 146 0 01-8.5 4.6 1.5 1.5 0 00-.7 2c1.3 3 2.6 5.8 4 8.4a120.3 120.3 0 0018.9 26.8c2.2 2.4 4.6 4.7 7 7a120.5 120.5 0 00162.5.3c2.5-2.3 4.8-4.6 7-6.9a120.5 120.5 0 0019-26.7 102 102 0 004-8.5 1.5 1.5 0 00-.7-2zm-173.5 39.1a1.5 1.5 0 01-2.4 1.3q-2.7-2-5.2-4.2c-2.6-2.2-4.8-4.4-6.9-6.5a108 108 0 01-17.1-23.3 1.5 1.5 0 01.5-2 158.8 158.8 0 0023.4-17.4c2.6-2.3 5.2-4.8 7.6-7.3a156 156 0 0040-72 1.5 1.5 0 013 0 196.4 196.4 0 0012.7 41 1.5 1.5 0 010 1.3 186.5 186.5 0 01-39.4 54.5 85.3 85.3 0 00-7 7 38.6 38.6 0 00-8.7 18.5 37.4 37.4 0 00-.6 6.7v2.4zm97.3-29a1.5 1.5 0 01-.3 2.4 67 67 0 01-33.6 9.3h-.3a66.7 66.7 0 01-34.6-9.7 1.5 1.5 0 01-.3-2.3c3-3 6-6.2 8.7-9.4a199.1 199.1 0 0024.4-34.7 1.5 1.5 0 012.6 0 199.2 199.2 0 0033.4 44.5zm-80.4 11.4a1.5 1.5 0 012.1-.4 79.2 79.2 0 0044.1 13.4l3.6-.1a76.4 76.4 0 009.4-1 79.8 79.8 0 0031.3-12.4 1.5 1.5 0 011.8.1 199.2 199.2 0 0020.9 15.6 1.5 1.5 0 010 2.5 107.8 107.8 0 01-66 23.4h-.9a113 113 0 01-14.7-1 106.3 106.3 0 01-30.7-9 1.5 1.5 0 01-.6-.5 26.5 26.5 0 01-.2-30.6zm99.8-10l-7.2-6.5a186.6 186.6 0 01-40.5-56.3 166 166 0 01-5-11.8 184.8 184.8 0 01-12-55 1.5 1.5 0 011.5-1.7h26a1.5 1.5 0 011.6 1.4l.8 8.5a158 158 0 0044.2 90.4c2.4 2.5 5 4.9 7.6 7.2a157.1 157.1 0 0023.4 17.2 1.5 1.5 0 01.5 2 107.5 107.5 0 01-15.6 21.4 1.5 1.5 0 01-1.9.3 187.1 187.1 0 01-23.4-17.1z" + transform="translate(-72.5 -72.5)" + ></path> + </svg> </div> <div class="page-header-text"> <h1>Product Cheatsheet</h1> - <p class="lead"> - Advanced autonomous systems and defense technology. - </p> + <p class="lead">Advanced autonomous systems and defense technology.</p> </div> </header> <div class="container" id="main-container"> <!-- I. LATTICE PLATFORM --> - <div class="schema-container section-platform" data-section-id="section-lattice-platform"> - <h2 class="section-title" id="section-lattice-platform-title">Lattice Platform</h2> + <div + class="schema-container section-platform" + data-section-id="section-lattice-platform" + > + <h2 class="section-title" id="section-lattice-platform-title"> + Lattice Platform + </h2> <div class="row"> <div class="col-lg-4 col-md-6"> <div class="info-card card-platform" id="card-lattice-os"> @@ -283,20 +394,73 @@ <h5><i class="bi bi-cpu-fill"></i> Lattice OS</h5> <div class="card-content-wrapper"> <p class="summary"> - AI-powered open operating system for defense, enabling autonomous sensemaking, command & control, and connecting hardware. + AI-powered open operating system for defense, enabling + autonomous sensemaking, command & control, and connecting + hardware. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLatticeOS" aria-expanded="false" aria-controls="collapseLatticeOS"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseLatticeOS" + aria-expanded="false" + aria-controls="collapseLatticeOS" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseLatticeOS"> <h6>Key Capabilities:</h6> <ul> - <li><strong>Command & Control:</strong> Real-time battlespace understanding, decision support, and action orchestration.</li> - <li><strong>Mission Autonomy:</strong> Enables control of diverse autonomous assets for complex missions.</li> - <li><strong>Sensor Fusion:</strong> Integrates data from various sensors into a common operating picture.</li> - <li><strong>AI/ML Driven:</strong> Leverages artificial intelligence and machine learning for detection, classification, and tracking.</li> + <li> + <strong>Command & Control:</strong> Real-time 3D battlespace + visualization, decision support, automated sensor + processing, robotic controls, data correlation, AI-driven + classification, and target disposition. + </li> + <li> + <strong>Mission Autonomy:</strong> Enables varying Levels of + Autonomy (LoA) for diverse assets; supports collaborative + autonomous behaviors (e.g., distributed sensing, cooperative + search, dynamic swarming). + </li> + <li> + <strong>Sensor Fusion:</strong> Integrates data from Anduril + and third-party sensors/platforms into a common operating + picture; employs advanced algorithms (e.g., multi-hypothesis + tracking - estimated) for robust track generation. + </li> + <li> + <strong>AI/ML Driven:</strong> Leverages artificial + intelligence (e.g., CNNs for image analysis, RNNs for + tracking - estimated) and machine learning for detection, + classification, tracking, and behavioral predictions. + Supports on-platform model updates. + </li> + <li> + <strong>Scalability:</strong> Designed to manage numerous + assets and data feeds, supporting operations from small + teams to large-scale JADC2 environments. + </li> + <li> + <strong>Edge Processing:</strong> Optimized for deployment + on edge computing hardware (e.g., NVIDIA Jetson series like + AGX Orin, Intel SoCs - estimated) running embedded Linux. + </li> + <li> + <strong>Interoperability:</strong> Designed for JADC2 + integration (e.g., adherence to UCI, OMS/Open Standards - + estimated). Demonstrated in exercises like ABMS. Integrated + with systems like Microsoft IVAS. + </li> + <li> + <strong>Anduril's Edge:</strong> Modular microservices + architecture enables rapid integration of new hardware and + software capabilities in weeks, not years, embodying a + "software-defined hardware" approach. + </li> </ul> </div> </div> @@ -307,20 +471,65 @@ <h5><i class="bi bi-diagram-3-fill"></i> Lattice Mesh™</h5> <div class="card-content-wrapper"> <p class="summary"> - Decentralized mesh networking for secure data distribution across domains, platforms, and distances, even in DIL environments. + Decentralized mesh networking for secure data distribution + across domains, platforms, and distances, even in DIL + environments. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLatticeMesh" aria-expanded="false" aria-controls="collapseLatticeMesh"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseLatticeMesh" + aria-expanded="false" + aria-controls="collapseLatticeMesh" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseLatticeMesh"> <h6>Key Features:</h6> <ul> - <li><strong>Resilient Comms:</strong> Operates in degraded, disconnected, intermittent, low-bandwidth (DDIL) conditions.</li> - <li><strong>Decentralized:</strong> No single point of failure, increasing robustness.</li> - <li><strong>Secure Transport:</strong> Ensures data integrity and confidentiality.</li> - <li><strong>Scalable:</strong> Connects numerous Anduril and third-party systems.</li> + <li> + <strong>Resilient Comms:</strong> Utilizes robust MANET + (Mobile Ad-hoc Network) technology (e.g., leveraging Silvus + StreamCaster SC4200/SC4400 series or similar) to operate in + degraded, disconnected, intermittent, low-bandwidth (DDIL) + conditions. + </li> + <li> + <strong>Decentralized Architecture:</strong> No single point + of failure, increasing robustness and survivability through + automatic rerouting and self-healing capabilities. + </li> + <li> + <strong>Secure Transport:</strong> Employs strong encryption + standards (e.g., AES-256 - estimated) and secure key + management for data integrity and confidentiality. + </li> + <li> + <strong>Scalable Networking:</strong> Connects numerous + Anduril and third-party systems across air, land, sea, and + space domains. + </li> + <li> + <strong>Frequency Bands:</strong> Operates in multiple bands + (e.g., S-band, C-band, L-band - estimated) with LPI/LPD (Low + Probability of Intercept/Detection) waveforms. + </li> + <li> + <strong>Bandwidth Adaptation:</strong> Dynamically adjusts + data rates based on link quality and network congestion to + prioritize critical information. (Estimated throughput from + kbps to Mbps depending on range/conditions). + </li> + <li> + <strong>Multi-Domain Connectivity:</strong> Seamlessly links + air assets (e.g., Altius, Ghost), ground systems (e.g., + Sentry Towers, Menace), and maritime platforms (e.g., Dive + AUVs via host). + </li> </ul> </div> </div> @@ -331,20 +540,58 @@ <h5><i class="bi bi-code-slash"></i> Lattice SDK™</h5> <div class="card-content-wrapper"> <p class="summary"> - Software Development Kit enabling partners to build and integrate applications and hardware with the Lattice Platform. + Software Development Kit enabling partners to build and + integrate applications and hardware with the Lattice + Platform. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLatticeSDK" aria-expanded="false" aria-controls="collapseLatticeSDK"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseLatticeSDK" + aria-expanded="false" + aria-controls="collapseLatticeSDK" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseLatticeSDK"> <h6>Key Benefits for Partners:</h6> <ul> - <li><strong>Developer Resources:</strong> Access to sandboxes, documentation, and sample applications.</li> - <li><strong>Seamless Integration:</strong> Tools for integrating third-party capabilities into Lattice.</li> - <li><strong>Tactical Edge Deployment:</strong> Facilitates creation of solutions for austere environments.</li> - <li><strong>Ecosystem Growth:</strong> Part of the Lattice Partner Program.</li> + <li> + <strong>Developer Resources:</strong> Comprehensive access + to APIs, development sandboxes, detailed documentation, and + sample applications to accelerate development. + </li> + <li> + <strong>Seamless Integration:</strong> Robust tools and + interfaces for integrating third-party hardware (sensors, + effectors, platforms) and software (algorithms, + applications) into the Lattice ecosystem. + </li> + <li> + <strong>Tactical Edge Deployment:</strong> Facilitates + creation and deployment of containerized (e.g., Docker-based + - estimated) solutions for austere, DDIL environments. + </li> + <li> + <strong>Ecosystem Growth:</strong> Key component of the + Lattice Partner Program, fostering a broad ecosystem of + capabilities. + </li> + <li> + <strong>Supported Languages:</strong> Enables development in + common languages like C++ and Python (estimated), with + well-defined API contracts (e.g., gRPC, REST - estimated). + </li> + <li> + <strong>Anduril's Edge:</strong> Dramatically reduces + integration timelines for new capabilities from traditional + years/months to weeks, enabling rapid adaptation to evolving + threats. + </li> </ul> </div> </div> @@ -353,8 +600,13 @@ </div> <!-- II. FORCE PROTECTION --> - <div class="schema-container section-force-protection" data-section-id="section-force-protection"> - <h2 class="section-title" id="section-force-protection-title">Force Protection</h2> + <div + class="schema-container section-force-protection" + data-section-id="section-force-protection" + > + <h2 class="section-title" id="section-force-protection-title"> + Force Protection + </h2> <div class="row"> <div class="col-lg-4 col-md-6"> <div class="info-card card-force-protection" id="card-counter-uas"> @@ -362,69 +614,287 @@ <h5><i class="bi bi-shield-fill-x"></i> Counter UAS</h5> <div class="card-content-wrapper"> <p class="summary"> - Detects, tracks, identifies, and intercepts unmanned aircraft and autonomous drone systems using a layered, Lattice-powered approach. + Detects, tracks, identifies, and intercepts unmanned + aircraft and autonomous drone systems using a layered, + Lattice-powered approach. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseCounterUAS" aria-expanded="false" aria-controls="collapseCounterUAS"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseCounterUAS" + aria-expanded="false" + aria-controls="collapseCounterUAS" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseCounterUAS"> <h6>Key Components & Capabilities:</h6> <ul> - <li><strong>Detection & Tracking:</strong> Sentry Towers (Long Range), Wisp, Pulsar.</li> - <li><strong>Identification:</strong> AI-driven classification via Lattice.</li> - <li><strong>Interception:</strong> Anvil/Anvil-M (kinetic), Roadrunner-M (interceptor), Pulsar (EW).</li> - <li><strong>End-to-End Kill Chain:</strong> Managed through Lattice OS.</li> + <li> + <strong>Detection & Tracking Sensors:</strong> + <ul> + <li> + <span class="term">Sentry Towers (Long Range):</span> + Utilize AESA radar (estimated Ku or X-band) and + long-range EO/IR (MWIR/LWIR, HD resolution - estimated) + for detection of Group 1 UAS at 2-4 km and Group 3+ UAS + up to 15 km. Provides precise angular and range data. + </li> + <li> + <span class="term">Wisp:</span> Passive IR detection for + UAS; Group 1 up to 5km, Group 2 up to 13km, Group 3-5 up + to 20+km. Provides covert, 360° cueing. + </li> + <li> + <span class="term">Pulsar (RF Sensing):</span> Detects + UAS command links and video feeds (wide frequency + coverage - estimated) for early warning, classification, + and direction finding. + </li> + </ul> + </li> + <li> + <strong>Identification:</strong> AI-driven classification + via Lattice OS, fusing sensor data (RF signatures, EO/IR + imagery, radar cross-section, flight kinematics) to minimize + false positives and accurately identify threat platforms + (e.g., differentiating hobbyist drones from military UAS). + (Specific AI models proprietary). + </li> + <li> + <strong>Interception Effectors:</strong> + <ul> + <li> + <span class="term">Anvil/Anvil-M:</span> Kinetic + interceptor (~200 mph speed - estimated) for direct + impact (Anvil) or proximate high-explosive fragmentation + effect (Anvil-M - effective radius estimated at several + meters) against Group 1 & 2 UAS. + </li> + <li> + <span class="term">Roadrunner-M:</span> High-explosive + interceptor for engaging more advanced UAS, cruise + missiles, and aircraft. VTOL, high subsonic speed, + significant warhead capacity. + </li> + <li> + <span class="term">Pulsar (EW):</span> RF jamming + (barrage, spot, protocol-specific - estimated) of UAS C2 + (common commercial and custom military protocols - + estimated) and GPS/GNSS links. + </li> + </ul> + </li> + <li> + <strong>End-to-End Kill Chain:</strong> Managed through + Lattice OS, enabling automated or human-in-the-loop + engagements with typical kill chain times in seconds from + confirmed hostile. + </li> + <li> + <strong>Layered Defense:</strong> Combines multiple sensor + modalities and effector types for a high probability of + detection and intercept against diverse UAS threats, from + individual drones to swarms. + </li> </ul> </div> </div> </div> <div class="col-lg-4 col-md-6"> - <div class="info-card card-force-protection" id="card-counter-intrusion"> + <div + class="info-card card-force-protection" + id="card-counter-intrusion" + > <div class="card-body"> - <h5><i class="bi bi-pin-map-fill"></i> Counter Intrusion (Land)</h5> + <h5> + <i class="bi bi-pin-map-fill"></i> Counter Intrusion (Land) + </h5> <div class="card-content-wrapper"> <p class="summary"> - Automates protection of bases and critical infrastructure by autonomously identifying and surfacing land-based threats. + Automates protection of bases and critical infrastructure by + autonomously identifying and surfacing land-based threats. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseCounterIntrusion" aria-expanded="false" aria-controls="collapseCounterIntrusion"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseCounterIntrusion" + aria-expanded="false" + aria-controls="collapseCounterIntrusion" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> - <div class="collapse collapse-content" id="collapseCounterIntrusion"> - <h6>Key Components & Capabilities:</h6> + <div + class="collapse collapse-content" + id="collapseCounterIntrusion" + > + <h6>Key Components & Capabilities:</h6> <ul> - <li><strong>Persistent Surveillance:</strong> Sentry Towers (various models), Ghost sUAS.</li> - <li><strong>Wide-Area Sensing:</strong> Wisp for passive IR detection.</li> - <li><strong>AI-Powered Analysis:</strong> Lattice OS for threat detection and classification.</li> - <li><strong>Scalable Defense:</strong> Protects perimeters of any size.</li> + <li> + <strong>Persistent Surveillance Sensors:</strong> + <ul> + <li> + <span class="term">Sentry Towers (Standard):</span> 33ft + height, detects persons at 2.8 km, vehicles at 3.5 km + using ground surveillance radar (e.g., FMCW or Doppler + radar - estimated) and stabilized EO/IR (HD resolution, + thermal sensitivity <50mK NETD - estimated). + </li> + <li> + <span class="term" + >Sentry Towers (Extended Range - XRST):</span + > + 80ft structure, detects objects up to 7.5 miles (12km) + with long-range radar and high-magnification EO/IR. + </li> + <li> + <span class="term">Ghost sUAS:</span> Deployed for + patrol and rapid response, offering ~60-100 min + endurance with HD EO/IR payloads (e.g., 1080p EO, + 640x512 IR - estimated) for overwatch, positive ID, and + tracking of threats. + </li> + </ul> + </li> + <li> + <strong>Wide-Area Passive Sensing:</strong> + <ul> + <li> + <span class="term">Wisp:</span> Provides passive IR + detection of dismounted personnel up to 5km and vehicles + up to 15km, offering covert surveillance and early + warning. + </li> + </ul> + </li> + <li> + <strong>AI-Powered Analysis:</strong> Lattice OS processes + sensor data for automated threat detection (e.g., loitering, + perimeter breach, unusual movement patterns, abandoned + objects), classification (human, vehicle types - e.g., + distinguishing between animals and humans), and behavioral + analytics, reducing operator burden and false alarm rates. + </li> + <li> + <strong>Scalable Defense:</strong> Modular architecture + allows customization for perimeters of any size, from small + outposts to large critical infrastructure sites, by + networking multiple sensor assets. + </li> + <li> + <strong>Reduced Manpower:</strong> Automation of + surveillance tasks significantly reduces personnel + requirements for monitoring and patrol, allowing human + operators to focus on higher-level decision-making. + </li> </ul> </div> </div> </div> <div class="col-lg-4 col-md-6"> - <div class="info-card card-force-protection" id="card-maritime-intrusion"> + <div + class="info-card card-force-protection" + id="card-maritime-intrusion" + > <div class="card-body"> - <h5><i class="bi bi-tsunami"></i> Maritime Counter Intrusion</h5> + <h5> + <i class="bi bi-tsunami"></i> Maritime Counter Intrusion + </h5> <div class="card-content-wrapper"> <p class="summary"> - Provides autonomous, persistent security for shorelines, ports, and maritime assets against surface and subsurface threats. + Provides autonomous, persistent security for shorelines, + ports, and maritime assets against surface and subsurface + threats. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseMaritimeIntrusion" aria-expanded="false" aria-controls="collapseMaritimeIntrusion"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseMaritimeIntrusion" + aria-expanded="false" + aria-controls="collapseMaritimeIntrusion" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> - <div class="collapse collapse-content" id="collapseMaritimeIntrusion"> + <div + class="collapse collapse-content" + id="collapseMaritimeIntrusion" + > <h6>Key Components & Capabilities:</h6> <ul> - <li><strong>Surface Detection:</strong> Maritime Sentry Towers, Wisp.</li> - <li><strong>Underwater Surveillance:</strong> Dive-LD, Dive-XL, Seabed Sentry.</li> - <li><strong>Aerial Support:</strong> Ghost sUAS. + <li> + <strong>Surface Detection & Tracking:</strong> + <ul> + <li> + <span class="term">Maritime Sentry Towers:</span> + Equipped with X-band or S-band radar (estimated) with + advanced sea clutter filtering, and long-range EO/IR + (stabilized, salt-fog resistant, HD resolution - + estimated) for detecting and classifying surface vessels + (e.g., USVs, RHIBs, swimmers) in various sea states. + </li> + <li> + <span class="term">Wisp (Maritime):</span> Passive IR + detection of surface threats, including + low-thermal-signature vessels or swimmers. + </li> + </ul> + </li> + <li> + <strong>Underwater Surveillance & Deterrence:</strong> + <ul> + <li> + <span class="term">Dive-LD / Dive-XL AUVs:</span> + Deployable with sonar payloads (e.g., high-frequency + side-scan sonar, forward-looking sonar, passive acoustic + arrays - estimated) for detecting divers, UUVs, and + subsurface objects. Can also deploy non-lethal + deterrents or cue interdiction assets. + </li> + <li> + <span class="term">Seabed Sentry:</span> Networked + acoustic (passive/active - estimated) and magnetic + sensors for persistent monitoring of chokepoints, + restricted areas, and critical infrastructure, detecting + subsurface and surface activity. + </li> + <li> + <span class="term">Copperhead-M:</span> Potential + deployment for rapid interdiction of identified + subsurface threats. + </li> + </ul> + </li> + <li> + <strong>Aerial Support & Reconnaissance:</strong> + <ul> + <li> + <span class="term">Ghost sUAS:</span> Equipped with + maritime ISR payloads (e.g., stabilized EO/IR with + enhanced maritime modes, small maritime search radar - + estimated) for over-the-horizon reconnaissance, threat + investigation, and providing targeting data. + </li> + </ul> + </li> + <li> + <strong>Integrated Command & Control:</strong> Lattice OS + fuses data from surface, subsurface, and aerial sensors into + a comprehensive maritime common operating picture (COP), + enabling AI-assisted threat assessment, anomaly detection, + and coordinated response with manned or unmanned assets. </li> - <li><strong>Integrated C2:</strong> Lattice OS for a comprehensive maritime picture.</li> </ul> </div> </div> @@ -433,8 +903,13 @@ </div> <!-- III. AIR SYSTEMS --> - <div class="schema-container section-air" data-section-id="section-air-systems"> - <h2 class="section-title" id="section-air-systems-title">Air Systems</h2> + <div + class="schema-container section-air" + data-section-id="section-air-systems" + > + <h2 class="section-title" id="section-air-systems-title"> + Air Systems + </h2> <div class="row"> <div class="col-lg-4 col-md-6"> <div class="info-card card-air" id="card-altius"> @@ -442,20 +917,94 @@ <h5><i class="bi bi-airplane-fill"></i> Altius</h5> <div class="card-content-wrapper"> <p class="summary"> - Versatile, multi-domain launched (air, land, sea) autonomous loitering munition for ISR&T, kinetic strikes, and EW. + Versatile, multi-domain launched (air, land, sea) autonomous + loitering munition for ISR&T, kinetic strikes, and EW. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseAltius" aria-expanded="false" aria-controls="collapseAltius"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseAltius" + aria-expanded="false" + aria-controls="collapseAltius" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseAltius"> - <h6>Key Features:</h6> + <h6>Key Features & Variants:</h6> <ul> - <li><strong>Variants:</strong> Altius-600/600M, Altius-700/700M (heavier payload).</li> - <li><strong>Roles:</strong> ISR&T, kinetic engagement, RF decoy, SIGINT, comms relay, cyber warfare.</li> - <li><strong>Autonomy:</strong> Collaborative teaming and coordinated strikes via Lattice.</li> - <li><strong>Endurance:</strong> Best-in-class loitering time and range.</li> + <li> + <strong>Variants & Performance:</strong> + <ul> + <li> + <span class="term">Altius-600:</span> MTOW ~26 lbs (12 + kg). Payload capacity ~3-7 lbs. Range up to 276 miles + (445 km), endurance 4+ hours (ISR variant). Cruise speed + ~60-70 kts (estimated). Max altitude ~15,000-20,000 ft + MSL (estimated). + </li> + <li> + <span class="term">Altius-600M (Munition):</span> + Carries ~7 lb (3 kg) warhead (e.g., fragmentation, + anti-personnel, HE - estimated). Range and endurance + reduced compared to ISR variant. CEP (estimated <5m with + precision guidance). + </li> + <li> + <span class="term">Altius-700:</span> Larger variant + with payload capacity >40 lbs (18.1 kg). Fuselage + diameter 7 inches (17.8 cm), wingspan 12 ft (3.66m). + Endurance 1-5+ hours. Range up to 310 miles (500 km). + </li> + <li> + <span class="term">Altius-700M (Munition):</span> + Payload capacity up to 33 lbs (15 kg) warhead (e.g., + anti-armor, multi-purpose fragmentation, comparable to + AGM-114 Hellfire effects). Range up to 100 miles (160 + km), endurance ~75 minutes. CEP (estimated <3m with + precision guidance). + </li> + </ul> + </li> + <li> + <strong>Multi-Role Capabilities:</strong> ISR&T (EO/IR + sensors - e.g., HD resolution, MWIR/LWIR; SIGINT payloads - + estimated frequency coverage and sensitivity), kinetic + strikes (M variants), RF decoy/emitter, communications + relay, electronic warfare payloads (e.g., compact jammers, + ESM - estimated). + </li> + <li> + <strong>Autonomy & AI:</strong> AI-driven target recognition + and classification (e.g., distinguishing vehicle types, + combatants - estimated), autonomous navigation (GPS/INS, + potential for GPS-denied using vision or terrain referencing + - estimated), collaborative teaming (swarming for saturation + attacks, distributed ISR/strike) via Lattice OS. Dynamic + mission re-planning in-flight. + </li> + <li> + <strong>Launch Methods:</strong> Air-launched (aircraft, + other UAS - e.g., C-130, MQ-1C, P-8), ground-launched (tube, + Common Launch Tube - CLT, vehicle), sea-launched (USVs, + vessels, UUVs - estimated for smaller variants). + </li> + <li> + <strong>Comms & Networking:</strong> Resilient datalinks + (e.g., Silvus based MANET radios - estimated), integrated + with Lattice Mesh for multi-domain operations and data + sharing. SATCOM capable for BLOS (estimated). + </li> + <li> + <strong>Anduril's Edge:</strong> Software-defined, modular + payloads enable rapid mission adaptation. Designed for + affordability and scalability, supporting attritable + operations. Open architecture for third-party payload + integration. + </li> </ul> </div> </div> @@ -466,20 +1015,70 @@ <h5><i class="bi bi-bootstrap-reboot"></i> Anvil / Anvil-M</h5> <div class="card-content-wrapper"> <p class="summary"> - Autonomous kinetic interceptor for precise, low-collateral defeat of Group 1 & 2 UAS threats, cued by Lattice OS. + Autonomous kinetic interceptor for precise, low-collateral + defeat of Group 1 & 2 UAS threats, cued by Lattice OS. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseAnvil" aria-expanded="false" aria-controls="collapseAnvil"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseAnvil" + aria-expanded="false" + aria-controls="collapseAnvil" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseAnvil"> - <h6>Key Features:</h6> + <h6>Key Features:</h6> <ul> - <li><strong>Variant:</strong> Anvil-M (munition with high-explosive payload).</li> - <li><strong>Guidance:</strong> Autonomous navigation and terminal guidance.</li> - <li><strong>Deployment:</strong> Anvil Launch Box for ruggedized, transportable deployment.</li> - <li><strong>Integration:</strong> Key part of Anduril's cUAS solution.</li> + <li> + <strong>Variant:</strong> Anvil (direct kinetic impact + "hit-to-kill"), Anvil-M (munition with high-explosive + fragmentation payload for enhanced kill probability and + larger effective radius - estimated). + </li> + <li> + <strong>Guidance:</strong> Autonomous navigation to target + vicinity, terminal guidance via onboard EO/IR sensor and + AI-driven aimpoint selection for precision engagement of + specific UAS vulnerabilities. + </li> + <li> + <strong>Deployment:</strong> Anvil Launch Box for + ruggedized, transportable, multi-round (e.g., 4-8 rounds - + estimated) deployment. Rapidly reloadable. Can be vehicle or + fixed-site mounted. + </li> + <li> + <strong>Integration:</strong> Key component of Anduril's + cUAS solution, cued by Lattice OS based on data from Sentry + Towers, Wisp, or other sensors. Enables rapid + "sensor-to-shooter" timeline. + </li> + <li> + <strong>Performance:</strong> Max speed ~200 mph (320 km/h, + ~Mach 0.26 - estimated). Engagement altitude up to ~10,000 + ft AGL (estimated). Effective range optimized for Group 1 & + 2 UAS threats (typically <5km, up to 10km in some sources). + </li> + <li> + <strong>Differentiators:</strong> Low-collateral damage due + to precise engagement. Cost-effective solution compared to + traditional air defense systems for smaller UAS threats. + High probability of kill against designated targets. + </li> + <li> + <strong>Operational Use:</strong> Deployed with US DoD + (SOCOM, Army) and UK Ministry of Defence. TRL 8/9. + </li> + <li> + <strong>Physical Characteristics:</strong> Small quadcopter + design. Dimensions and weight are minimal for rapid + acceleration and maneuverability (specifics proprietary). + </li> </ul> </div> </div> @@ -487,23 +1086,100 @@ <div class="col-lg-4 col-md-6"> <div class="info-card card-air" id="card-barracuda"> <div class="card-body"> - <h5><i class="bi bi-fast-forward-fill"></i> Barracuda / Barracuda-M</h5> + <h5> + <i class="bi bi-fast-forward-fill"></i> Barracuda / + Barracuda-M + </h5> <div class="card-content-wrapper"> <p class="summary"> - Family of air-breathing Autonomous Air Vehicles (AAVs) for hyper-scale production; munition variant for cruise missile capability. + Family of air-breathing Autonomous Air Vehicles (AAVs) for + hyper-scale production; munition variant for cruise missile + capability. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseBarracuda" aria-expanded="false" aria-controls="collapseBarracuda"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseBarracuda" + aria-expanded="false" + aria-controls="collapseBarracuda" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseBarracuda"> - <h6>Key Features:</h6> + <h6>Key Features & Variants:</h6> <ul> - <li><strong>Variants:</strong> Barracuda-100, Barracuda-250, Barracuda-500.</li> - <li><strong>Design:</strong> Simplified for mass employment and agile hyper-scale production.</li> - <li><strong>Capability:</strong> Barracuda-M offers affordable, producible, adaptable cruise missile alternative.</li> - <li><strong>Software-Defined:</strong> Upgradable with novel autonomous behaviors.</li> + <li> + <strong + >Variants & Performance (Air-Launched Estimates):</strong + > + <ul> + <li> + <span class="term">Barracuda-100:</span> Range ~85-120+ + nm (157-222+ km). Payload ~35-40 lbs (15.8-18 kg). + Length ~8-10 ft (estimated). + </li> + <li> + <span class="term">Barracuda-250:</span> Range ~150-200 + nm (278-370 km). Payload ~35 lbs (15.8 kg). Length + ~10-12 ft (estimated). + </li> + <li> + <span class="term">Barracuda-500:</span> Range >500 nm + (926+ km). Payload >100 lbs (45 kg). Loiter capability + >2 hours. Length ~12-15 ft (estimated). + </li> + </ul> + </li> + <li> + <strong>Speed (All Variants):</strong> Cruise/Max speed up + to 500 knots (Mach ~0.7). G-limit: Maneuverable up to 5Gs. + </li> + <li> + <strong>Propulsion:</strong> Air-breathing turbojet engine + (specific model proprietary, selected for cost/performance + balance), optimized for performance and cost. JP-8/Jet-A + fuel. + </li> + <li> + <strong>Design for Mass Production:</strong> Simplified + design using COTS components where feasible, advanced + manufacturing techniques (e.g., additive manufacturing for + complex parts, ~10 tools for assembly), aiming for ~30% + lower cost than comparable missiles. Target production rate: + thousands per year (estimated). + </li> + <li> + <strong>Capability (Barracuda-M):</strong> Munition variant + offers affordable, producible, adaptable cruise missile + alternative. Warhead type: Unitary blast-fragmentation or + specialized (e.g., penetration, submunitions - estimated + based on payload capacity and mission role). + </li> + <li> + <strong>Software-Defined & Autonomous:</strong> Upgradable + with novel autonomous behaviors (e.g., swarming, + collaborative targeting, dynamic rerouting based on + real-time threat intelligence) via Lattice OS. Supports + GPS/INS navigation, with robust anti-jam GPS capabilities. + (Potential for TERCOM/DSMAC or vision-based navigation in + advanced configurations - estimated). + </li> + <li> + <strong>Launch Platforms:</strong> Air-launched from + tactical aircraft (fighters, bombers), ground-launched from + mobile launchers. + </li> + <li> + <strong>Anduril's Edge:</strong> Designed for affordable + mass employment in contested environments, enabling new + operational concepts like distributed fires and overwhelming + adversary defenses. Rapid iteration and software updates to + counter evolving threats. + </li> </ul> </div> </div> @@ -514,44 +1190,196 @@ <h5><i class="bi bi-crosshair"></i> Bolt / Bolt-M</h5> <div class="card-content-wrapper"> <p class="summary"> - Man-packable, modular Autonomous Air Vehicle (AAV) for rapid response situational awareness and precision firepower. + Man-packable, modular Autonomous Air Vehicle (AAV) for rapid + response situational awareness and precision firepower. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseBolt" aria-expanded="false" aria-controls="collapseBolt"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseBolt" + aria-expanded="false" + aria-controls="collapseBolt" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseBolt"> <h6>Key Features:</h6> <ul> - <li><strong>Variant:</strong> Bolt-M (munition variant).</li> - <li><strong>Roles:</strong> ISR, Search & Rescue, Precision Strike (Bolt-M).</li> - <li><strong>Deployment:</strong> Rapidly deployable by a single operator.</li> - <li><strong>Autonomy:</strong> Onboard AI for automated tracking and navigation.</li> + <li> + <strong>Variant:</strong> Bolt (ISR), Bolt-M (munition + variant with precision warhead). Warhead type for Bolt-M + estimated as small shaped charge for light armor/structures + or enhanced fragmentation for anti-personnel, optimized for + low collateral damage. + </li> + <li> + <strong>Roles:</strong> ISR (Intelligence, Surveillance, + Reconnaissance) with persistent stare capability, Search & + Rescue (locating individuals), Precision Strike (Bolt-M + against point targets). + </li> + <li> + <strong>Deployment:</strong> Man-packable system (UAS, + launcher, Ground Control Station - GCS; total weight ~12 lbs + / 5.4 kg). Rapidly deployable by a single operator in under + 2 minutes from a compact launcher. + </li> + <li> + <strong>Autonomy:</strong> Onboard AI processing (NVIDIA + Jetson or similar - estimated) for automated target + detection, classification (human, vehicle), and tracking. + Autonomous navigation (GPS/INS, potential for vision-aided + navigation in GPS-denied areas - estimated). + "Fire-and-forget" capability for Bolt-M (estimated). + </li> + <li> + <strong>Performance:</strong> + <ul> + <li> + <span class="term">Endurance:</span> Approximately 45 + minutes. + </li> + <li> + <span class="term">Range:</span> Approximately 12.4 + miles (20 km) via secure datalink. + </li> + <li> + <span class="term">Operational Altitude:</span> + Estimated few hundred to few thousand feet AGL to + optimize sensor performance and survivability. Speed + (cruise/dash - proprietary, likely ~40-60 kts). + </li> + </ul> + </li> + <li> + <strong>Payload:</strong> Modular EO/IR sensor turret (HD + daylight, thermal imaging - estimated resolution 640x480 or + better) for ISR. Bolt-M integrates a warhead (estimated + <1kg). + </li> + <li> + <strong>Anduril's Edge:</strong> Provides organic, immediate + ISR and precision strike capability at the tactical edge for + dismounted units or small teams. Software-defined for + evolving capabilities and AI model updates. Designed for + affordability and ease of use. + </li> </ul> </div> </div> </div> - <div class="col-lg-4 col-md-6"> + <div class="col-lg-4 col-md-6"> <div class="info-card card-air" id="card-fury"> <div class="card-body"> <h5><i class="bi bi-speedometer2"></i> Fury</h5> <div class="card-content-wrapper"> <p class="summary"> - High-performance, multi-mission Group 5 autonomous air vehicle (AAV) enabling collaborative autonomy for the high-end fight. + High-performance, multi-mission Group 5 autonomous air + vehicle (AAV) enabling collaborative autonomy for the + high-end fight. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFury" aria-expanded="false" aria-controls="collapseFury"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseFury" + aria-expanded="false" + aria-controls="collapseFury" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseFury"> <h6>Key Features:</h6> <ul> - <li><strong>Performance:</strong> High-speed (.95M), high-G (9Gs) capabilities.</li> - <li><strong>Modularity:</strong> Rapid reconfiguration for various payloads (RF, IR).</li> - <li><strong>Autonomy:</strong> Leverages Lattice for Mission Autonomy for manned-unmanned teaming.</li> - <li><strong>Design:</strong> Model-driven, field-tested, designed for accelerated fielding and affordable mass.</li> + <li> + <strong>Performance:</strong> + <ul> + <li> + <span class="term">Max Speed:</span> Mach 0.95. Cruise + speed (classified, estimated Mach 0.7-0.8). + </li> + <li> + <span class="term">Service Ceiling:</span> 50,000 ft. + </li> + <li> + <span class="term">Maneuverability:</span> G-limits: + +9/-3 Gs peak, +4.5 Gs sustained. Enables operation in + contested airspace. + </li> + <li> + <span class="term">Range & Endurance:</span> Classified, + significant for Group 5 (estimated multiple hours + endurance, hundreds to over a thousand nautical miles + range depending on profile and payload). + </li> + </ul> + </li> + <li> + <strong>Physical Characteristics:</strong> Length ~20 ft, + Wingspan ~17 ft. Max Takeoff Weight (MTOW) ~5,000 lbs. + Predominantly carbon fiber composite construction for + strength and low weight. Stealth-shaping features evident + (e.g., chined fuselage, V-tail - estimated). + </li> + <li> + <strong>Propulsion:</strong> Single Williams International + FJ44-4M turbofan engine (approximately 4,000 lbf thrust + class), providing high performance and reliability. + </li> + <li> + <strong>Modularity & Payloads:</strong> Large internal + payload bay (volume and weight capacity classified but + significant, estimated several hundred lbs) and external + hardpoints. Rapid reconfiguration for various mission + payloads including: + <ul> + <li>Advanced RF sensors (AESA radar - estimated)</li> + <li> + IRST systems (e.g., Anduril's Iris for passive + detection) + </li> + <li> + SIGINT/EW packages (e.g., Anduril's Pulsar-A for + jamming/ESM) + </li> + <li> + Potentially kinetic weapons (air-to-air, air-to-ground - + estimated for future variants) + </li> + <li>Communication relay packages</li> + </ul> + </li> + <li> + <strong>Autonomy & Manned-Unmanned Teaming (MUM-T):</strong> + Leverages Lattice OS for advanced mission autonomy, + collaborative operations with other Fury AAVs (e.g., + swarming, distributed sensing/attack), and seamless MUM-T + with 4th and 5th generation fighter aircraft (e.g., F-35, + F-22, NGAD - estimated). AI for dynamic decision-making, + threat prioritization, and autonomous engagement. + </li> + <li> + <strong>Design Philosophy:</strong> Model-driven design, + extensively field-tested. Designed for accelerated fielding + and affordable mass compared to traditional exquisite + platforms, enabling attritable concepts in high-threat + environments. Software-defined for continuous capability + upgrades and rapid adaptation. + </li> + <li> + <strong>Communications:</strong> Multi-link communications + suite including redundant line-of-sight (LOS) (e.g., TTNT, + Link 16 - estimated) and beyond-line-of-sight (BLOS via + SATCOM - Ku/Ka band - estimated) datalinks. Low Probability + of Intercept/Detection (LPI/LPD) comms. + </li> </ul> </div> </div> @@ -562,20 +1390,101 @@ <h5><i class="bi bi-fan"></i> Ghost / Ghost-X</h5> <div class="card-content-wrapper"> <p class="summary"> - Expeditionary, quiet, modular VTOL sUAS for ISR, targeting, and force protection with intuitive autonomy. (Blue UAS Cleared). + Expeditionary, quiet, modular VTOL sUAS for ISR, targeting, + and force protection with intuitive autonomy. (Blue UAS + Cleared). </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseGhost" aria-expanded="false" aria-controls="collapseGhost"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseGhost" + aria-expanded="false" + aria-controls="collapseGhost" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseGhost"> - <h6>Key Features:</h6> + <h6>Key Features & Variants:</h6> <ul> - <li><strong>Variant:</strong> Ghost-X (expanded range, endurance, payload).</li> - <li><strong>Deployment:</strong> Man-portable, assembled in <2 mins.</li> - <li><strong>Autonomy:</strong> Onboard computer vision for detection, classification, tracking. Intelligent teaming via Lattice.</li> - <li><strong>Payloads:</strong> Modular bays for multi-mission flexibility.</li> + <li> + <strong>Variants & Performance:</strong> + <ul> + <li> + <span class="term">Ghost (Baseline/Ghost 4):</span> + Endurance ~60-100 minutes (payload dependent, typically + ~65 min with standard ISR payload). Range ~12 km (7.5 + miles). Payload capacity ~5-10 lbs (2.2-4.5 kg). Max + Takeoff Weight (MTOW) ~37 lbs (17 kg). Single main rotor + with enclosed tail rotor (Fenestron-like) design for + hover efficiency and significantly reduced acoustic + signature (<60 dBA at 50m - estimated). Electric + propulsion. + </li> + <li> + <span class="term">Ghost-X:</span> Enhanced performance + with endurance ~75 minutes (cruise). Range ~25 km (15.5 + miles). Payload capacity up to 20 lbs (9 kg). MTOW ~55 + lbs (25 kg). Features dual battery configuration, + upgraded propulsion for higher payload and improved + hot/high performance, and enhanced communication links. + </li> + </ul> + </li> + <li> + <strong>Deployment:</strong> Man-portable (backpackable + system with UAS, GCS, batteries), assembled and ready for + flight in under 2 minutes. VTOL capability for operation in + confined areas (urban, jungle, maritime). + </li> + <li> + <strong>Autonomy & AI:</strong> Onboard NVIDIA Jetson + processor (e.g., Xavier NX or AGX Orin - estimated) powers + AI for computer vision (detection, classification, tracking + of objects/personnel/vehicles), and vision-based navigation + (SLAM algorithms) for operations in GPS-denied or contested + environments. Supports intelligent teaming (e.g., follow-me + mode, collaborative search) and swarming behaviors via + Lattice OS. + </li> + <li> + <strong>Payloads:</strong> Modular payload bays (e.g., + nose-mounted gimbal, internal bay - estimated) allow for + rapid swapping of mission packages. Options include: + <ul> + <li> + High-resolution EO/IR gimbals (e.g., Trillium HD45, + NextVision Raptor or similar with HD EO, + 640x512/1280x720 LWIR/MWIR, laser pointer/illuminator). + </li> + <li> + Laser designators (including STANAG 3733 compliant + encoded lasers for precision fires). + </li> + <li> + SIGINT/EW packages (e.g., compact RF sensors, direction + finders). + </li> + <li>Communication relay modules.</li> + <li>Small LIDAR or mapping sensors.</li> + </ul> + </li> + <li> + <strong>Communications:</strong> Encrypted digital datalinks + (e.g., Silvus MANET radios - estimated) for secure command, + control, and HD video/data transmission. Ghost-X offers an + optional long-range communications kit. + </li> + <li> + <strong>Anduril's Edge:</strong> Software-first approach + allows for continuous updates and new AI capabilities. + Extremely low acoustic signature for stealthy operations. + Blue UAS Cleared, ensuring compliance with DoD security + standards and supply chain integrity. + </li> </ul> </div> </div> @@ -586,20 +1495,105 @@ <h5><i class="bi bi-camera-video-fill"></i> Iris</h5> <div class="card-content-wrapper"> <p class="summary"> - Family of airborne autonomous imaging & targeting sensors for IRST, missile warning, visualization, and targeting applications. + Family of airborne autonomous imaging & targeting sensors + for IRST, missile warning, visualization, and targeting + applications. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseIris" aria-expanded="false" aria-controls="collapseIris"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseIris" + aria-expanded="false" + aria-controls="collapseIris" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseIris"> <h6>Key Features:</h6> <ul> - <li><strong>Technology:</strong> Proprietary Computational Pixel Imager (CPI) for real-time AI processing at the edge.</li> - <li><strong>Applications:</strong> Infrared Search and Track (IRST), missile warning, targeting.</li> - <li><strong>Configurable:</strong> Various lens types, wavelengths, and pixel formats.</li> - <li><strong>Design:</strong> Low SWaP, modular, designed for affordability and scalable manufacturing.</li> + <li> + <strong>Technology:</strong> Proprietary Computational Pixel + Imager (CPI) allows for massively parallel, real-time AI + processing (e.g., convolutional neural networks - CNNs) + directly at the focal plane array (FPA). This significantly + reduces latency (ms range - estimated) for + detection-to-decision by performing detection, tracking, and + classification "on-chip" before data readout. + </li> + <li> + <strong>Applications:</strong> + <ul> + <li> + <span class="term" + >Infrared Search and Track (IRST):</span + > + Passive detection and tracking of airborne threats + (e.g., aircraft, missiles, UAS) at significant ranges + (tens to hundreds of km for larger targets - estimated, + highly dependent on variant/target signature). High + angular accuracy (mrad level - estimated). + </li> + <li> + <span class="term">Missile Warning Systems (MWS):</span> + Provides rapid warning (seconds or less - estimated) of + incoming missile threats by detecting their thermal + signatures. Wide field of regard. + </li> + <li> + <span class="term">Targeting & Fire Control:</span> + High-accuracy angular measurement for targeting + solutions. Potential for integration with laser + designation for semi-active homing. + </li> + <li> + <span class="term" + >Persistent Wide-Area Surveillance:</span + > + Monitoring large areas for targets of interest with low + false alarm rates due to on-sensor processing. + </li> + <li> + <span class="term">Hypersonic Threat Detection:</span> + Potential application for detecting and tracking + hypersonic vehicles due to high-speed processing. + </li> + </ul> + </li> + <li> + <strong>Configurable Architecture:</strong> Modular design + allows for various lens assemblies (multiple Fields of View + - FoVs from wide to narrow), operating wavelengths (MWIR: + 3-5µm, LWIR: 8-12µm, potentially SWIR - estimated), and + sensor formats/pixel resolutions (e.g., 640x512, HD formats + like 1280x1024 or higher - estimated depending on variant). + Small pixel pitch (e.g., 10-15µm - estimated). + </li> + <li> + <strong>Design Philosophy:</strong> Engineered for low + SWaP-C (Size, Weight, Power, and Cost), enabling integration + on a wide range of platforms from sUAS (Ghost) to larger + AAVs (Altius, Fury) and fixed-site installations. Designed + for affordability and scalable manufacturing using advanced + techniques. + </li> + <li> + <strong>AI at the Edge:</strong> On-sensor AI processing + (e.g., object detection, classification, feature extraction, + clutter rejection) minimizes data transmission bandwidth + requirements and enables autonomous functions even with + intermittent C2 links. Facilitates rapid AI model updates. + </li> + <li> + <strong>Anduril's Edge:</strong> CPI technology represents a + paradigm shift from traditional sensors (which digitize raw + data then process), enabling significantly faster reaction + times, enhanced autonomous capabilities, and superior + performance in cluttered environments. + </li> </ul> </div> </div> @@ -610,20 +1604,122 @@ <h5><i class="bi bi-reception-4"></i> Pulsar</h5> <div class="card-content-wrapper"> <p class="summary"> - Family of software-defined Electromagnetic Warfare (EW) systems leveraging AI at the edge to rapidly adapt to emerging threats. + Family of software-defined Electromagnetic Warfare (EW) + systems leveraging AI at the edge to rapidly adapt to + emerging threats. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapsePulsar" aria-expanded="false" aria-controls="collapsePulsar"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapsePulsar" + aria-expanded="false" + aria-controls="collapsePulsar" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapsePulsar"> - <h6>Key Features:</h6> + <h6>Key Features & Variants:</h6> <ul> - <li><strong>Variants:</strong> Pulsar (fixed-site), Pulsar-L (compact), Pulsar-A (airborne), Pulsar-V (vehicle).</li> - <li><strong>Adaptability:</strong> AI-enabled for rapid counter to new threats.</li> - <li><strong>Capabilities:</strong> ECM, CUxS, Direction Finding, Geolocation.</li> - <li><strong>Networked EW:</strong> Multiple systems for coordinated effects and geolocation.</li> + <li> + <strong>Variants for Multi-Domain Operations:</strong> + <ul> + <li> + <span class="term">Pulsar (Fixed-Site/Strategic):</span> + Larger, high-power system for persistent monitoring, + electronic attack, and area defense. + </li> + <li> + <span class="term">Pulsar-L (Compact/Littoral):</span> + Man-portable or ground-mobile system for tactical EW + support, smaller SWaP. + </li> + <li> + <span class="term">Pulsar-A (Airborne):</span> Podded or + internally integrated EW system for aircraft and UAS + (e.g., Altius, Fury), providing offensive (jamming, + deception) and defensive (ESM, threat warning) EW + capabilities. + </li> + <li> + <span class="term">Pulsar-V (Vehicle):</span> + Vehicle-mounted system for on-the-move EW operations, + providing convoy protection or mobile ESM/EA. + </li> + </ul> + </li> + <li> + <strong>AI-Enabled Adaptability:</strong> Employs AI/ML + algorithms (e.g., reinforcement learning for jamming, deep + learning for signal classification - estimated) at the edge + for rapid signal classification, threat identification, and + dynamic generation/adaptation of countermeasures to new, + unknown, or agile RF threats. Cognitive EW capabilities. + </li> + <li> + <strong>Core Capabilities:</strong> + <ul> + <li> + <span class="term" + >Electronic Countermeasures (ECM):</span + > + Advanced RF jamming (e.g., DRFM-based deception, noise + jamming, smart jamming) and deception against adversary + radar (search, track, fire control), communications + (voice, data), and UAS C2/datalinks. + </li> + <li> + <span class="term">Counter-UxS (CUxS):</span> + Specialized techniques for disrupting control of + unmanned systems (air, ground, sea - estimated). + </li> + <li> + <span class="term" + >Electronic Support Measures (ESM):</span + > + Wideband detection, high-accuracy direction finding (DF + - e.g., interferometry, TDOA - estimated), and + geolocation (when networked) of RF emitters. Creation of + EOB (Electronic Order of Battle). + </li> + <li> + <span class="term">Signal Intelligence (SIGINT):</span> + Collection, analysis, and exploitation of adversary + signals for intelligence gathering. + </li> + </ul> + </li> + <li> + <strong>Networked EW:</strong> Multiple Pulsar systems can + be networked via Lattice OS to enable coordinated EW effects + (e.g., distributed jamming, multi-static ESM for enhanced + geolocation), a comprehensive understanding of the + electromagnetic spectrum, and dynamic resource allocation. + </li> + <li> + <strong + >Technical Specifications (General - specifics + classified):</strong + > + Broad frequency coverage (e.g., VHF to Ka-band or beyond - + estimated). High Effective Radiated Power (ERP) for jamming + applications (Watts to Kilowatts depending on variant - + estimated). High sensitivity and rapid scan rates for ESM. + Software-Defined Radio (SDR) architecture with Gallium + Nitride (GaN) technology for power efficiency and bandwidth + (estimated). Modular, open architecture design. + </li> + <li> + <strong>Anduril's Edge:</strong> Software-defined nature + allows for rapid updates to threat libraries, jamming + techniques, and AI models in response to emerging threats + without costly hardware changes, significantly reducing the + reprogramming lifecycle from months/years to days/weeks. + Purchased by US DoD. + </li> </ul> </div> </div> @@ -631,23 +1727,102 @@ <div class="col-lg-4 col-md-6"> <div class="info-card card-air" id="card-roadrunner"> <div class="card-body"> - <h5><i class="bi bi-cone-striped"></i> Roadrunner / Roadrunner-M</h5> + <h5> + <i class="bi bi-cone-striped"></i> Roadrunner / Roadrunner-M + </h5> <div class="card-content-wrapper"> <p class="summary"> - Reusable VTOL AAV with twin turbojets and modular payloads; Roadrunner-M is a high-explosive interceptor for air defense. + Reusable VTOL AAV with twin turbojets and modular payloads; + Roadrunner-M is a high-explosive interceptor for air + defense. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseRoadrunner" aria-expanded="false" aria-controls="collapseRoadrunner"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseRoadrunner" + aria-expanded="false" + aria-controls="collapseRoadrunner" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseRoadrunner"> <h6>Key Features:</h6> <ul> - <li><strong>Reusability:</strong> VTOL for launch, loiter, and return/reuse at near-zero cost.</li> - <li><strong>Performance:</strong> High subsonic speed, high-G maneuverability.</li> - <li><strong>Autonomy:</strong> Operator-supervised, enabling one operator for many Roadrunners.</li> - <li><strong>Associated:</strong> Nest (networked, automated hangar for transport, maintenance, launch).</li> + <li> + <strong>Reusability & Cost-Effectiveness:</strong> VTOL + capability (tail-sitter design) allows for + runway-independent launch, loiter, mission execution, and + autonomous vertical landing for recovery and reuse. This + dramatically reduces the marginal cost per flight hour or + per engagement (for M variant if not expended). Turnaround + time for refuel/re-arm estimated in minutes. + </li> + <li> + <strong>Performance:</strong> High subsonic speed (sources + suggest >400 kts, or ~Mach 0.6-0.7 - estimated, potentially + up to Mach 0.85). High-G maneuverability (Roadrunner-M + claims 3x G-force capability of comparable systems, e.g., + >10-15G - estimated). Operational altitude: thousands to + tens of thousands of feet (estimated). + </li> + <li> + <strong>Roadrunner (Modular Payload Variant):</strong> Can + be equipped with various ISR (EO/IR, SIGINT) or EW payloads + (e.g., Pulsar-A derived - estimated). Payload capacity + estimated at several tens of lbs. + </li> + <li> + <strong>Roadrunner-M (Interceptor Variant):</strong> Armed + with a high-explosive warhead (claims 3x payload of + comparable systems - type estimated as blast-fragmentation + with advanced proximity fuze, possibly laser-based, + optimized for aerial targets). Designed for air defense + against a range of threats including UAS (Groups 3+), cruise + missiles, fixed/rotary-wing aircraft, and potentially + hypersonic glide vehicles (in a layered defense). Claims 10x + one-way range of comparable interceptors (estimated hundreds + of km). + </li> + <li> + <strong>Autonomy:</strong> Operator-supervised via Lattice + OS, enabling a single operator to manage multiple Roadrunner + assets. Features autonomous navigation (GPS/INS, anti-jam), + target acquisition, tracking, and engagement sequences. AI + for threat assessment and optimal intercept solutions. + </li> + <li> + <strong>Propulsion:</strong> Powered by twin internally + developed miniature turbojet engines, providing high + thrust-to-weight ratio and redundancy. + </li> + <li> + <strong>Physical Characteristics:</strong> Length + approximately 1.5-1.8m (5-6 ft - estimated). Wingspan + similar. Weight (empty, loaded - proprietary, likely in the + 100-200 kg class). Composite airframe. + </li> + <li> + <strong + >Associated System: <span class="term">Nest</span></strong + > + - A networked, automated, and climate-controlled hangar for + forward deployment, transport, maintenance, automated launch + (vertical), recovery (vertical landing), refueling, and + re-arming of Roadrunner AAVs. Enables rapid sortie + generation. + </li> + <li> + <strong>Anduril's Edge:</strong> Offers a disruptive + approach to air defense and aerial operations by combining + jet-powered performance with VTOL reusability, advanced + autonomy, and affordability at scale. Enables distributed + and mobile air defense. Purchased by US DoD (e.g., for + SOCOM). + </li> </ul> </div> </div> @@ -656,29 +1831,110 @@ </div> <!-- IV. UNDERWATER SYSTEMS --> - <div class="schema-container section-underwater" data-section-id="section-underwater-systems"> - <h2 class="section-title" id="section-underwater-systems-title">Underwater Systems</h2> + <div + class="schema-container section-underwater" + data-section-id="section-underwater-systems" + > + <h2 class="section-title" id="section-underwater-systems-title"> + Underwater Systems + </h2> <div class="row"> <div class="col-lg-4 col-md-6"> <div class="info-card card-underwater" id="card-copperhead"> <div class="card-body"> - <h5><i class="bi bi-vinyl-fill"></i> Copperhead / Copperhead-M</h5> + <h5> + <i class="bi bi-vinyl-fill"></i> Copperhead / Copperhead-M + </h5> <div class="card-content-wrapper"> <p class="summary"> - Family of high-speed Autonomous Underwater Vehicles (AUVs) for intelligent on-demand capabilities; munition variant for torpedo-like effects. + Family of high-speed Autonomous Underwater Vehicles (AUVs) + for intelligent on-demand capabilities; munition variant for + torpedo-like effects. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseCopperhead" aria-expanded="false" aria-controls="collapseCopperhead"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseCopperhead" + aria-expanded="false" + aria-controls="collapseCopperhead" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseCopperhead"> - <h6>Key Features:</h6> + <h6>Key Features & Variants:</h6> <ul> - <li><strong>Variants:</strong> Copperhead-100/100M, Copperhead-500/500M.</li> - <li><strong>Speed:</strong> >30 kts with advanced electric propulsion.</li> - <li><strong>Deployment:</strong> Mountable hull for launch from autonomous host vehicles (e.g., Dive-XL).</li> - <li><strong>Autonomy:</strong> AI-enabled edge compute for object detection, tracking, obstacle avoidance.</li> + <li> + <strong>Variants:</strong> Family includes Copperhead-100 + (smaller, ~6-inch diameter - estimated) and Copperhead-500 + (larger, ~12.75-inch diameter, standard lightweight torpedo + size - estimated), with ISR (Copperhead) and munition + (Copperhead-M) configurations for each size class. + </li> + <li> + <strong>Speed & Propulsion:</strong> Capable of high speeds + (>30 kts, potentially up to 40-50 kts in bursts - estimated) + using advanced electric propulsion systems (e.g., direct + drive, ducted propulsor) and high-energy-density Lithium-ion + batteries, enabling rapid transit and maneuverability for + interception or ISR. + </li> + <li> + <strong>Deployment:</strong> Designed for deployment from + various host platforms, including larger AUVs (e.g., Dive-XL + mothership), Unmanned Surface Vessels (USVs), submarines + (e.g., via standard torpedo tubes for -500 series), and + surface ships. Features a mountable hull design or can be + tube-launched. + </li> + <li> + <strong>Autonomy & AI:</strong> AI-enabled edge computing + (NVIDIA Jetson or similar - estimated) for autonomous + navigation (INS, DVL, potentially vision/sonar-aided SLAM), + object detection (e.g., mines, other UUVs, submarines, + surface vessels), classification, tracking, and obstacle + avoidance. Supports collaborative operations with other + Anduril assets via Lattice OS. + </li> + <li> + <strong>Copperhead-M (Munition):</strong> Munition variant + designed for torpedo-like effects. Warhead type estimated as + shaped charge for anti-submarine/anti-ship roles or + specialized charges for mine countermeasures (e.g., + neutralization charges). Payload capacity varies by 100/500 + series (e.g., Copperhead-500M could carry a warhead + comparable to a lightweight torpedo, tens of kg - + estimated). Advanced fuzing (contact, proximity, acoustic - + estimated). + </li> + <li> + <strong>Copperhead (ISR):</strong> Can be equipped with + compact sensor suites (e.g., forward-looking sonar, EO + cameras for near-surface ops, magnetic sensors, acoustic + arrays - estimated) for reconnaissance, surveillance, and + target cueing. + </li> + <li> + <strong>Sub-systems:</strong> Quiet electric motor for + reduced acoustic signature, advanced sonar (for + navigation/detection - estimated), and robust command and + control links (acoustic for underwater, RF near surface, + fiber optic for tethered ops or initial programming). + </li> + <li> + <strong>Interoperability:</strong> Networked with Lattice OS + via its host platform for mission tasking, real-time + updates, and data exfiltration. + </li> + <li> + <strong>Anduril's Edge:</strong> Provides affordable, + high-speed, autonomous underwater capabilities for ISR, mine + countermeasures, and interdiction, deployable at scale and + designed for attritable operations if necessary. + </li> </ul> </div> </div> @@ -689,20 +1945,112 @@ <h5><i class="bi bi-aspect-ratio-fill"></i> Dive-LD</h5> <div class="card-content-wrapper"> <p class="summary"> - Reliable and flexible Large Displacement AUV for littoral and deep-water (up to 6000m) survey, inspection, and ISR. + Reliable and flexible Large Displacement AUV for littoral + and deep-water (up to 6000m) survey, inspection, and ISR. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseDiveLD" aria-expanded="false" aria-controls="collapseDiveLD"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseDiveLD" + aria-expanded="false" + aria-controls="collapseDiveLD" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseDiveLD"> <h6>Key Features:</h6> <ul> - <li><strong>Depth:</strong> Up to 6000 meters.</li> - <li><strong>Endurance:</strong> Up to 10 days, scalable for multi-week missions.</li> - <li><strong>Payloads:</strong> Flexible architecture for rapid integration of complex/multi-sensor suites.</li> - <li><strong>Manufacturing:</strong> Unique 3D printed exterior for rapid customization.</li> + <li> + <strong>Depth Rating:</strong> Operational depth up to 6,000 + meters (19,685 feet), enabling access to most of the ocean + floor for strategic ISR and survey missions. + </li> + <li> + <strong>Endurance & Range:</strong> Standard endurance up to + 10 days; scalable architecture allows for multi-week + missions with additional battery sections. Range of hundreds + to potentially over a thousand nautical miles depending on + speed (typically 2-4 kts cruise) and battery configuration + (estimated). + </li> + <li> + <strong>Payloads & Sensors:</strong> Large, flexible + internal payload volume (estimated several cubic meters) and + weight capacity (estimated hundreds of kilograms, + potentially >500kg). Supports rapid integration of complex + and multiple sensor suites, including: + <ul> + <li> + High-resolution Synthetic Aperture Sonar (SAS) (e.g., + Kongsberg HISAS 1032, Kraken MINSAS - examples) for + detailed seabed imaging. + </li> + <li> + Multibeam Echosounders (MBES) (e.g., R2Sonic, EM2040 - + examples) for bathymetry. + </li> + <li> + Sub-Bottom Profilers (SBP) (e.g., EdgeTech SBP - + example) for sub-seabed geology. + </li> + <li> + Magnetometers, Gradiometers for detecting metallic + objects. + </li> + <li> + EO/IR cameras (for surfaced operations or specialized + underwater housings for clear water). + </li> + <li> + SIGINT/COMINT receivers (surfaced), Acoustic sensors + (hydrophone arrays). + </li> + <li>Environmental sensors (CTD, ADCP).</li> + </ul> + </li> + <li> + <strong>Unique Manufacturing:</strong> Utilizes a + DIVE-developed, large-format additive manufacturing (3D + printing) process for its composite exterior (hull, + fairings), enabling rapid prototyping, iteration, + customization for specific payloads, hydrodynamic + optimization, and significantly reduced manufacturing time + and cost compared to traditional methods. + </li> + <li> + <strong>Navigation:</strong> High-accuracy aided Inertial + Navigation System (INS) (e.g., Kearfott, iXblue, or similar + quality - estimated) with Doppler Velocity Log (DVL), + Ultra-Short Baseline (USBL) positioning, and potentially + advanced navigation techniques like Terrain Referenced + Navigation (TRN) or Magnetic Anomaly Navigation for + long-duration submerged operations without GPS updates. + GPS/GNSS for surface fixes. + </li> + <li> + <strong>Applications:</strong> Deep-ocean strategic ISR, + seabed mapping and survey, critical infrastructure + inspection (pipelines, cables), Anti-Submarine Warfare (ASW) + barrier patrols (with passive acoustic payloads), mine + countermeasures (MCM) survey. + </li> + <li> + <strong>Comms:</strong> Acoustic modems (e.g., WHOI + Micro-Modem, Evologics - examples) for underwater C2 and + low-rate data transfer. Iridium/RF SATCOM for surfaced + high-bandwidth communications and mission updates. + Fiber-optic tether option for high-data-rate applications or + direct control. + </li> + <li> + <strong>Power:</strong> Modular Lithium-ion battery system, + providing high energy density. Estimated energy capacity + from tens to over 100 kWh depending on configuration. + </li> </ul> </div> </div> @@ -713,20 +2061,84 @@ <h5><i class="bi bi-align-bottom"></i> Dive-XL</h5> <div class="card-content-wrapper"> <p class="summary"> - Extra Large AUV (XL-AUV) with highly configurable architecture for multiple large payloads and long-duration missions. + Extra Large AUV (XL-AUV) with highly configurable + architecture for multiple large payloads and long-duration + missions. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseDiveXL" aria-expanded="false" aria-controls="collapseDiveXL"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseDiveXL" + aria-expanded="false" + aria-controls="collapseDiveXL" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseDiveXL"> <h6>Key Features:</h6> <ul> - <li><strong>Payload Capacity:</strong> Can carry up to three payloads or one extra large payload.</li> - <li><strong>Deployment:</strong> Fits in standard 40' shipping container; can deploy Seabed Sentries.</li> - <li><strong>Operations:</strong> All-electric powertrain for extended undersea operations without surfacing.</li> - <li><strong>Applications:</strong> Seabed survey, ISR, strike missions.</li> + <li> + <strong>Payload Capacity:</strong> Designed as an Extra + Large Autonomous Underwater Vehicle (XL-AUV), capable of + carrying multiple large payloads or a single extra-large + mission module. Significantly larger payload volume + (estimated >10 m³) and weight capacity (estimated >2,000 kg) + than Dive-LD. Can accommodate multiple standard + torpedo-sized interfaces or custom large payloads. + </li> + <li> + <strong>Deployment & Logistics:</strong> Fits within a + standard 40-foot ISO shipping container for ease of + transport and deployment from various vessels of opportunity + (e.g., Offshore Supply Vessels, Amphibious ships). + </li> + <li> + <strong>Autonomous Operations:</strong> All-electric + powertrain with high-capacity Lithium-ion battery system + (estimated hundreds of kWh) enables extended undersea + operations (weeks to potentially months - estimated + depending on speed/payload) without surfacing. Capable of + autonomously deploying and recovering smaller assets like + Seabed Sentries or Copperhead AUVs from integrated payload + bays. + </li> + <li> + <strong>Applications:</strong> Strategic seabed ISR and + influence, large-area persistent survey and mapping, + clandestine delivery and recovery of payloads/mines, + forward-deployed sensor network emplacement, Anti-Submarine + Warfare (ASW) operations (e.g., deploying large towed arrays + or multiple smaller sensors), and serving as a "mothership" + for smaller UUVs/AUVs. Mobile mine-laying capability. + </li> + <li> + <strong>Comms & Navigation:</strong> Similar to Dive-LD, + featuring robust acoustic modems, SATCOM (multiple + constellations - estimated), and advanced aided INS for + precise navigation over extended periods. Potential for + quantum-based navigation systems in future iterations + (speculative). + </li> + <li> + <strong>Manufacturing:</strong> Utilizes Anduril's (via + Dive) pioneering large-scale additive manufacturing + techniques for the hull, enabling rapid production and + customization at significantly lower costs than traditional + XL-AUV manufacturing. + </li> + <li> + <strong>Anduril's Edge:</strong> Provides a highly capable, + survivable, and persistent underwater presence, enabling new + concepts for distributed maritime operations and seabed + warfare at an affordable price point for mass deployment. + Key enabler for future underwater constellations. Currently + under development for the Royal Australian Navy's Ghost + Shark program. + </li> </ul> </div> </div> @@ -737,20 +2149,112 @@ <h5><i class="bi bi-hdd-network-fill"></i> Seabed Sentry</h5> <div class="card-content-wrapper"> <p class="summary"> - AI-enabled sensor forming a wireless underwater network for real-time sensing, communication, and persistent monitoring. + AI-enabled sensor forming a wireless underwater network for + real-time sensing, communication, and persistent monitoring. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSeabedSentry" aria-expanded="false" aria-controls="collapseSeabedSentry"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseSeabedSentry" + aria-expanded="false" + aria-controls="collapseSeabedSentry" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseSeabedSentry"> <h6>Key Features:</h6> <ul> - <li><strong>Networked Sensing:</strong> Forms a Lattice-connected network when deployed at scale.</li> - <li><strong>Mission Lifetime:</strong> Months to years, depth rating >500M.</li> - <li><strong>Comms:</strong> LF/VLF Acoustic Communications (ACOMMS) Relay.</li> - <li><strong>Deployment:</strong> Can be autonomously deployed by Dive-XL.</li> + <li> + <strong>Networked Sensing:</strong> Designed to be deployed + in numbers to form a Lattice-connected wireless underwater + sensor network, providing persistent, wide-area surveillance + of maritime chokepoints, harbors, and strategic areas. Data + is fused and processed within the network and relayed to + Lattice OS. + </li> + <li> + <strong>Mission Lifetime:</strong> Engineered for + long-duration emplacement, with a mission lifetime of months + to potentially years, powered by long-life batteries (e.g., + Lithium Thionyl Chloride - estimated). Future variants may + explore alternative power sources like wave energy + harvesting or subsea power hubs. + </li> + <li> + <strong>Depth Rating:</strong> Operational depth rating of + >500 meters, with potential for configurations designed for + greater depths (thousands of meters - estimated, matching + Dive-LD/XL capabilities). + </li> + <li> + <strong>Communications:</strong> Utilizes LF/VLF Acoustic + Communications (ACOMMS) for inter-sentry networking and + communication with nearby AUVs/UUVs (e.g., Dive-XL for data + exfil/tasking) or surface gateways (e.g., buoys with + RF/SATCOM backhaul). Data rates are typically low (tens to + hundreds of bps, potentially up to a few kbps - estimated) + but optimized for range (km to tens of km - estimated) and + reliability in underwater acoustic channels. + </li> + <li> + <strong>Sensor Suite (Modular):</strong> + <ul> + <li> + <span class="term">Passive Acoustic Array:</span> + Multiple hydrophones for detecting, classifying, and + tracking surface vessels and subsurface threats (UUVs, + submarines, torpedoes) based on their acoustic + signatures. Frequency range tailored for relevant + targets (e.g., tens of Hz to tens of kHz - estimated). + </li> + <li> + <span class="term" + >Active Acoustic (Optional/Intermittent):</span + > + Potential for low-power active sonar pings for specific + detection tasks or range refinement, used judiciously to + maintain covertness. + </li> + <li> + <span class="term" + >Magnetic Anomaly Detector (MAD):</span + > + For detecting the metallic mass of submerged objects + (e.g., submarines, mines). Sensitivity measured in pT or + nT (estimated). + </li> + <li> + <span class="term">Environmental Sensors:</span> + Temperature, pressure, salinity, ambient noise, water + current. + </li> + </ul> + </li> + <li> + <strong>Deployment:</strong> Can be autonomously deployed by + Dive-XL AUVs, Unmanned Surface Vessels (USVs), or manually + from various platforms (ships, aircraft). Designed for + covert emplacement and seabed anchoring. + </li> + <li> + <strong>AI at the Edge:</strong> Onboard processing + capabilities (low-power microcontrollers/DSPs - estimated) + for local signal processing (beamforming, spectral + analysis), detection algorithms, and classification of + targets (reducing data volume for transmission). AI models + can be updated remotely. + </li> + <li> + <strong>Physical Characteristics:</strong> Compact and + ruggedized design for seabed deployment. Dimensions and + weight are optimized for handling and deployment by AUVs + (e.g., cylinder or puck shape, tens of kg - estimated). + Anchoring mechanisms ensure stability in currents. + </li> </ul> </div> </div> @@ -759,8 +2263,13 @@ </div> <!-- V. GROUND SYSTEMS & SENSORS --> - <div class="schema-container section-ground" data-section-id="section-ground-systems"> - <h2 class="section-title" id="section-ground-systems-title">Ground Systems & Sensors</h2> + <div + class="schema-container section-ground" + data-section-id="section-ground-systems" + > + <h2 class="section-title" id="section-ground-systems-title"> + Ground Systems & Sensors + </h2> <div class="row"> <div class="col-lg-4 col-md-6"> <div class="info-card card-ground" id="card-menace"> @@ -768,21 +2277,98 @@ <h5><i class="bi bi-truck"></i> Menace</h5> <div class="card-content-wrapper"> <p class="summary"> - Family of configurable, expeditionary C4 solutions for operators at the edge, extending Lattice Mesh capabilities. + Family of configurable, expeditionary C4 solutions for + operators at the edge, extending Lattice Mesh capabilities. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseMenace" aria-expanded="false" aria-controls="collapseMenace"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseMenace" + aria-expanded="false" + aria-controls="collapseMenace" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseMenace"> <h6>Key Features & Variants:</h6> <ul> - <li><strong>Purpose:</strong> Turnkey C4 for austere, disconnected environments.</li> - <li><strong>Menace-I:</strong> Classified C4 in SCIF/SAPF accreditable shelter.</li> - <li><strong>Menace-X:</strong> On-the-move C4 solution.</li> - <li><strong>Menace-T:</strong> Man-portable, compact C4 system.</li> - <li><strong>Integration:</strong> Supports Anduril and third-party software/hardware.</li> + <li> + <strong>Purpose:</strong> Provides turnkey Command, Control, + Communications, and Computing (C4) ISR capabilities for + austere, disconnected, or forward-deployed environments. + Extends Lattice OS and Lattice Mesh to the tactical edge, + enabling distributed operations. + </li> + <li> + <strong>Variants:</strong> + <ul> + <li> + <span class="term">Menace-I (Infrastructure):</span> + Classified C4 solution housed in a SCIF/SAPF + accreditable shelter (e.g., 20ft ISO container-based). + Transportable via C-130, CH-53K, or standard commercial + freight. Features ~40U of TEMPEST shielded compute and + network rack space. Rapid setup by 2-4 personnel in + <10-30 minutes. Multiple (e.g., 4-8) operator + workstations with large screen displays. Onboard + generator and UPS. + </li> + <li> + <span class="term">Menace-X (Expeditionary):</span> + On-the-move C4 solution integrated into tactical + vehicles (e.g., HMMWV, JLTV, ISV, Polaris MRZR). + Provides sustained C2 and situational awareness while + mobile, with quick-halt full capability. Typically 1-2 + operator stations. Ruggedized for off-road. + </li> + <li> + <span class="term">Menace-T (Tactical):</span> + Man-portable, compact C4 system housed in two ruggedized + cases (each airline checkable or 2-person lift). + Deployable by a single operator in <5 minutes. Provides + full Lattice OS mission software capabilities, including + edge AI processing. Integrated battery power for several + hours of operation. + </li> + </ul> + </li> + <li> + <strong>Integration & Interoperability:</strong> Natively + integrates Anduril's Lattice OS and sensor ecosystem. + Supports integration of third-party software (e.g., + preferred hardware for Palantir Edge Software, ATAK) and + hardware (radios, sensors) via open standards (e.g., OMS, + UCI - estimated). + </li> + <li> + <strong>Communications Suite:</strong> Integrated multi-link + communications including SATCOM (multiple bands - L, Ku, Ka, + X - estimated), robust mesh networking radios (e.g., Silvus + StreamCaster series), LTE/5G (public/private), and tactical + radio interfaces (e.g., SINCGARS, Link 16 via gateway - + estimated). Redundant comms paths. + </li> + <li> + <strong>Hardware Components (General):</strong> Includes + high-performance servers (e.g., ruggedized Intel Xeon or AMD + EPYC based - estimated) for data processing and AI, + ruggedized workstations/laptops/tablets for operator + interfaces, networking equipment (switches, routers, + firewalls), and integrated power solutions (generators, UPS, + battery backup, vehicle power). Specific models are + proprietary but tailored for performance, reliability, and + SWaP. + </li> + <li> + <strong>Environmental Hardening:</strong> Designed to + MIL-STD-810G/H for operation in harsh environments + (temperature extremes -40C to +55C, dust, moisture, shock, + vibration). EMI/EMC shielding. + </li> </ul> </div> </div> @@ -793,20 +2379,117 @@ <h5><i class="bi bi-tower-observation"></i> Sentry Towers</h5> <div class="card-content-wrapper"> <p class="summary"> - Autonomous awareness towers using AI for detection, identification, and tracking of objects across land, sea, and air. + Autonomous awareness towers using AI for detection, + identification, and tracking of objects across land, sea, + and air. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSentryTowers" aria-expanded="false" aria-controls="collapseSentryTowers"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseSentryTowers" + aria-expanded="false" + aria-controls="collapseSentryTowers" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseSentryTowers"> <h6>Key Features & Variants:</h6> <ul> - <li><strong>AI-Enabled:</strong> Onboard edge processing for real-time analysis.</li> - <li><strong>Variants:</strong> Standard Range, Long Range (cUAS), Maritime, Extended Range, Mobile Sentry, Cold Weather.</li> - <li><strong>Power:</strong> Solar-powered options available, infrastructure independent.</li> - <li><strong>Deployment:</strong> Rapidly deployable, can be online in hours.</li> + <li> + <strong>AI-Enabled Edge Processing:</strong> Onboard + high-performance computing (e.g., NVIDIA Jetson AGX Orin or + similar) running Lattice OS for real-time, AI-driven + detection, classification (e.g., human, vehicle types, UAS + groups - with high P_D/P_C and low P_FA), and tracking of + multiple targets simultaneously. Minimizes data backhaul and + enables autonomous operation or human-on-the-loop + decision-making. + </li> + <li> + <strong>Variants & Sensor Payloads:</strong> + <ul> + <li> + <span class="term">Standard Range Sentry:</span> + Typically 33ft height. Detects a dismounted person at + ~2.8 km and a vehicle at ~3.5 km using ground + surveillance radar (GSR - e.g., Ku-band FMCW or Doppler + radar - estimated) and EO/IR cameras (e.g., HD visible, + 640x512 LWIR, with continuous zoom and LRF - estimated). + </li> + <li> + <span class="term" + >Long Range Sentry (cUAS Focus):</span + > + Typically 9ft height (lower profile for reduced + signature). Optimized for cUAS with AESA radar + (estimated Ku or X-band with drone detection modes) and + long-range EO/IR (e.g., cooled MWIR, HD visible with + >20km LRF - estimated). Detects Group 1 UAS at 2-4 km, + Group 3+ UAS up to 15 km. + </li> + <li> + <span class="term">Maritime Sentry:</span> Features + radar optimized for sea clutter rejection (e.g., X-band + or S-band with specific maritime processing modes - + estimated) and environmentally hardened EO/IR + (stabilized, salt-fog resistant, defog capabilities) for + detecting and classifying surface vessels (boats, jet + skis, swimmers) in various sea states. + </li> + <li> + <span class="term" + >Extended Range Sentry Tower (XRST):</span + > + Larger 80ft structure. Detects objects up to 7.5 miles + (12 km), autonomously detects beyond 5 miles (8 km). + Utilizes a more powerful, larger aperture AESA radar + (estimated S-band or L-band for wider area coverage) and + long-range, high-magnification EO/IR optics. + </li> + <li> + <span class="term">Mobile Sentry:</span> Sentry system + integrated onto a vehicle (e.g., pickup truck, trailer, + UGV) for rapid deployment and relocation. Features + stabilized sensors for on-the-move or quick-halt + operation. Integrated power and comms. + </li> + <li> + <span class="term">Cold Weather Sentry:</span> Includes + heated components for sensors and electronics, de-icing + mechanisms for optics/radomes, and often supplementary + power (e.g., onboard generator, larger battery banks) + for reliable operation in extreme cold climates (e.g., + Arctic conditions). + </li> + </ul> + </li> + <li> + <strong>Power:</strong> Options for solar power (e.g., 1-2 + kW panels - estimated) with substantial battery backup + (e.g., LiFePO4, multiple kWh - estimated), providing days of + autonomy without sun. Can also be powered by shore power or + generator. + </li> + <li> + <strong>Deployment & Networking:</strong> Rapidly deployable + (typically online in hours by a small team). Towers network + together via Lattice Mesh (e.g., Silvus radios), sharing + data and contributing to a common operating picture managed + by Lattice OS. Can be remotely operated. + </li> + <li> + <strong>Anduril's Edge:</strong> Provides persistent, + autonomous surveillance, significantly reducing manpower + requirements for monitoring and patrol (e.g., reports + suggest up to 90% reduction in some scenarios). AI + significantly reduces false alarm rates compared to + traditional sensor systems. Over 300 deployed for CBP, + covering ~30% of the southern land border. + </li> </ul> </div> </div> @@ -817,20 +2500,114 @@ <h5><i class="bi bi-binoculars-fill"></i> Wisp</h5> <div class="card-content-wrapper"> <p class="summary"> - Wide-Area Infrared System for Persistent Surveillance (WISP), providing passive, 360-degree, AI-enabled imaging for threat detection. + Wide-Area Infrared System for Persistent Surveillance + (WISP), providing passive, 360-degree, AI-enabled imaging + for threat detection. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseWisp" aria-expanded="false" aria-controls="collapseWisp"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseWisp" + aria-expanded="false" + aria-controls="collapseWisp" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseWisp"> <h6>Key Features:</h6> <ul> - <li><strong>Passive Detection:</strong> Cannot be jammed, suitable for contested environments.</li> - <li><strong>360° Coverage:</strong> Continuous, wide-area surveillance day and night.</li> - <li><strong>AI-Enabled:</strong> Automated threat detection and situational awareness.</li> - <li><strong>Multi-Domain:</strong> Adaptable for land, sea, and air applications (base security, cUAS, maritime).</li> + <li> + <strong>Passive Detection:</strong> Utilizes passive + infrared (thermal) imaging, making it undetectable (no + emissions) and immune to RF jamming. Suitable for covert + surveillance and operation in electronically contested + environments. + </li> + <li> + <strong>360° Hemispherical Coverage:</strong> Provides + continuous, gapless, wide-area surveillance day and night, + through various weather conditions (rain, fog, smoke - + performance varies by IR band and conditions). Typically + consists of multiple IR sensor heads stitched together. + </li> + <li> + <strong>AI-Enabled Processing:</strong> Onboard AI (Lattice + OS, running on NVIDIA Jetson or similar edge compute - + estimated) processes the panoramic imagery in real-time for + automated threat detection (based on movement, thermal + signatures, size, behavior), classification (human, vehicle, + animal, UAS), and tracking. Significantly reduces operator + workload and enables rapid alerting. Supports slew-to-cue of + other sensors (e.g., PTZ EO/IR cameras) or effectors. + </li> + <li> + <strong>Multi-Domain Applications:</strong> + <ul> + <li> + <span class="term">Land:</span> Base security, border + surveillance, critical infrastructure protection, + battlefield ISR. + </li> + <li> + <span class="term">Maritime:</span> Port security, + coastal surveillance, detection of small surface + vessels, periscope detection (challenging, but + potential). + </li> + <li> + <span class="term">Air (primarily cUAS):</span> + Detection of low-flying aerial threats, including UAS + (especially those with minimal radar cross-section or RF + signature) and low, slow aircraft. + </li> + </ul> + </li> + <li> + <strong + >Detection Ranges (Typical, performance varies with + atmospheric conditions & target signature):</strong + > + <ul> + <li>Dismounted Personnel: Up to 5 km.</li> + <li>Vehicles (e.g., pickup truck): Up to 15 km.</li> + <li>UAS Group 1 (e.g., DJI Phantom size): Up to 5 km.</li> + <li> + UAS Group 2 (e.g., medium tactical UAS): Up to 13 km. + </li> + <li> + UAS Group 3-5 (larger UAS/aircraft): Up to 20+ km. + </li> + <li>Commercial Aircraft: Up to 150 km.</li> + </ul> + </li> + <li> + <strong>Technical Characteristics:</strong> Operates in MWIR + (Mid-Wave Infrared, ~3-5µm) or LWIR (Long-Wave Infrared, + ~8-12µm) bands (specific bands may vary by configuration or + be selectable). High sensitivity (low NETD, e.g., <25-50mK - + estimated). High panoramic resolution (multiple megapixels + effective). Update rate: Several Hz (estimated). Sensor head + diameter approx. 10-12 inches (25-30 cm); separate processor + unit. Low SWaP for its capability class (Power <100W - + estimated). + </li> + <li> + <strong>Networking:</strong> Integrates with Lattice OS, + allowing Wisp data (tracks, alerts, snippets) to be fused + with other sensors (Sentry Towers, radar) for a + comprehensive operating picture and enhanced situational + awareness. + </li> + <li> + <strong>Anduril's Edge:</strong> Offers a unique passive, + wide-area surveillance capability that is difficult to + counter. AI processing at the edge significantly improves + detection performance and reduces operator burden. + </li> </ul> </div> </div> @@ -839,29 +2616,103 @@ </div> <!-- VI. ROCKET MOTORS --> - <div class="schema-container section-rockets" data-section-id="section-rocket-motors"> - <h2 class="section-title" id="section-rocket-motors-title">Rocket Motors</h2> + <div + class="schema-container section-rockets" + data-section-id="section-rocket-motors" + > + <h2 class="section-title" id="section-rocket-motors-title"> + Rocket Motors + </h2> <div class="row"> <div class="col-lg-4 col-md-6"> <div class="info-card card-rockets" id="card-srm"> <div class="card-body"> - <h5><i class="bi bi-rocket-fill"></i> Solid Rocket Motors (SRMs)</h5> + <h5> + <i class="bi bi-rocket-fill"></i> Solid Rocket Motors (SRMs) + </h5> <div class="card-content-wrapper"> <p class="summary"> - Full-service, high-volume supplier of conventional and next-generation solid rocket motors for defense and space. + Full-service, high-volume supplier of conventional and + next-generation solid rocket motors for defense and space. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSRM" aria-expanded="false" aria-controls="collapseSRM"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseSRM" + aria-expanded="false" + aria-controls="collapseSRM" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseSRM"> <h6>Key Capabilities:</h6> <ul> - <li><strong>Custom Design & Production:</strong> Bespoke SRMs for diverse applications.</li> - <li><strong>High-Volume Manufacturing:</strong> Facilities for 3,000+ SRMs per year.</li> - <li><strong>Energetics Qualified:</strong> Compliant with DoD standards for Hazard Class Materials.</li> - <li><strong>On-Site Testing:</strong> Comprehensive test and inspection tools.</li> + <li> + <strong>Custom Design & Production:</strong> End-to-end + capability for designing (using advanced modeling & + simulation), analyzing, manufacturing, and testing bespoke + SRMs tailored to diverse applications including tactical + missiles (AAM, AGM, SAM), hypersonic boosters, Rocket + Assisted Take-Off (RATO) systems, target vehicles, and small + space launch stages. + </li> + <li> + <strong>High-Volume Manufacturing:</strong> Modern + facilities (e.g., McHenry, Mississippi site) designed for + agile, high-rate production, capable of producing over 3,000 + SRMs per year, with DPA Title III investment supporting + expansion to over 6,000 SRMs annually. Utilizes advanced + robotics, automation, and digital manufacturing techniques + (e.g., single-piece flow). + </li> + <li> + <strong>Size Range:</strong> Manufactures SRMs with + diameters from a few inches up to 42 inches (1.06m) and + lengths up to 110 inches (2.8m) (current capabilities, may + expand). Thrust levels from hundreds to over 100,000 lbf. + </li> + <li> + <strong>Energetics Qualified:</strong> Facilities and + processes are fully qualified for handling, mixing (e.g., + via bladeless speedmixing), casting, and machining Hazard + Class 1.1 and 1.3 energetic materials, compliant with DoD + and NAVSEA standards (e.g., NAVSEA S9310-AQ-SAF-010, + MIL-STD-2105). + </li> + <li> + <strong>Propellant Formulations:</strong> Expertise in + various solid propellant formulations, including HTPB + (hydroxyl-terminated polybutadiene) and PBAN (polybutadiene + acrylonitrile) based propellants, minimum smoke propellants, + and advanced, high-performance fuels like ALITEC. Isp + performance typically 240-270s (sea level, depending on + formulation - estimated). + </li> + <li> + <strong>Case Materials:</strong> Experience with various + casing materials including high-strength steel, aluminum + alloys, and advanced composites (graphite/epoxy, + carbon/carbon) for optimal performance-to-weight ratios. + </li> + <li> + <strong>On-Site Testing & Inspection:</strong> Comprehensive + capabilities for on-site static motor testing (vertical and + horizontal stands, up to 110,000 lbf thrust), as well as + non-destructive inspection (NDI) tools such as X-ray + (including real-time radiography), ultrasonic testing, and + thermal imaging. + </li> + <li> + <strong>Anduril's Edge:</strong> Aims to revitalize the US + SRM industrial base by providing a modern, agile, and + cost-effective alternative to incumbent suppliers, focusing + on rapid development and high-volume production. Addresses + critical supply chain gaps. + </li> </ul> </div> </div> @@ -872,20 +2723,83 @@ <h5><i class="bi bi-fuel-pump-diesel-fill"></i> ALITEC</h5> <div class="card-content-wrapper"> <p class="summary"> - Proprietary aluminum-lithium alloy fuel enhancing solid rocket motor performance for extended range and speed. + Proprietary aluminum-lithium alloy fuel enhancing solid + rocket motor performance for extended range and speed. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseAlitec" aria-expanded="false" aria-controls="collapseAlitec"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseAlitec" + aria-expanded="false" + aria-controls="collapseAlitec" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseAlitec"> <h6>Key Benefits:</h6> <ul> - <li><strong>Performance Boost:</strong> Increases range, speed to target.</li> - <li><strong>Payload Capacity:</strong> Allows for expanded payload capacity compared to conventional aluminum.</li> - <li><strong>Integration:</strong> Can be integrated into various propellant formulations.</li> - <li><strong>Advanced Material:</strong> Developed and manufactured by Anduril.</li> + <li> + <strong>Performance Boost:</strong> Significantly increases + specific impulse (Isp) and/or propellant density compared to + conventional aluminum fuel, leading to enhanced motor + performance. This can translate to: + <ul> + <li> + <span class="term">Increased Range:</span> Up to 10-20% + range increase for tactical missiles (estimated, + application dependent). + </li> + <li> + <span class="term">Higher Speed/Velocity:</span> Faster + time to target or higher terminal velocity. + </li> + <li> + <span class="term">Greater Payload Capacity:</span> + Allows for expanded payload capacity for a given motor + size, or a smaller motor for the same payload. + </li> + </ul> + </li> + <li> + <strong>Mechanism:</strong> Lithium component reacts + exothermically with oxidizer byproducts, increasing + combustion temperature and efficiency. Finer particle size + also improves burn rate and efficiency. + </li> + <li> + <strong>Integration:</strong> Can be integrated into various + existing and new solid propellant formulations (e.g., HTPB, + PBAN based) by replacing or augmenting standard aluminum + powder. Requires specialized mixing and handling due to + reactivity. + </li> + <li> + <strong>Advanced Material:</strong> Developed and + manufactured by Anduril (Adranos heritage). Represents a key + technological differentiator in solid rocket propulsion. + </li> + <li> + <strong>Applications:</strong> Hypersonic missiles, tactical + missiles (air-to-air, surface-to-air, surface-to-surface), + sounding rockets, small launch vehicles. Example: used in + 4.75-inch SRM development for the US Army, aiming for + increased HIMARS GMLRS pod capacity (up to 30 rockets vs. + standard 6-12). + </li> + <li> + <strong>Production & Scalability:</strong> Anduril is + scaling ALITEC production to meet demand for its own SRMs + and potentially for other motor manufacturers. + </li> + <li> + <strong>TRL:</strong> High TRL (e.g., TRL 7-9 in various + applications), demonstrated in multiple static firings and + flight tests. + </li> </ul> </div> </div> @@ -896,39 +2810,138 @@ <h5><i class="bi bi-fire"></i> Denali</h5> <div class="card-content-wrapper"> <p class="summary"> - High-performance 18-inch solid rocket booster designed to advance hypersonic capabilities affordably. + High-performance 18-inch solid rocket booster designed to + advance hypersonic capabilities affordably. </p> - <button class="btn btn-sm details-toggle" type="button" data-bs-toggle="collapse" data-bs-target="#collapseDenali" aria-expanded="false" aria-controls="collapseDenali"> - Details <i class="bi bi-plus-lg"></i><i class="bi bi-dash-lg" style="display:none;"></i> + <button + class="btn btn-sm details-toggle" + type="button" + data-bs-toggle="collapse" + data-bs-target="#collapseDenali" + aria-expanded="false" + aria-controls="collapseDenali" + > + Details <i class="bi bi-plus-lg"></i + ><i class="bi bi-dash-lg" style="display: none"></i> </button> </div> </div> <div class="collapse collapse-content" id="collapseDenali"> <h6>Key Features:</h6> <ul> - <li><strong>Application:</strong> Hypersonic systems.</li> - <li><strong>Manufacturing:</strong> Utilizes improved single-piece-flow and proprietary tech like bladeless speedmixing.</li> - <li><strong>Cost-Effective:</strong> Designed for large volume production at reduced cost.</li> - <li><strong>Performance:</strong> High-thrust capabilities for boosting hypersonic vehicles.</li> + <li> + <strong>Application:</strong> Specifically designed as a + first-stage or booster for hypersonic systems (e.g., + hypersonic cruise missiles, hypersonic test vehicles, + potentially some space launch applications). Provides rapid + acceleration to a high Mach number for scramjet ignition or + glide phase initiation. + </li> + <li> + <strong>Performance:</strong> + <ul> + <li> + <span class="term">Diameter:</span> 18 inches (45.7 cm). + Length (classified, likely multiple meters). + </li> + <li> + <span class="term">Thrust:</span> High-thrust + capabilities (specifics classified, but estimated in the + tens of thousands to over 100,000 lbf range). + </li> + <li> + <span class="term">Propellant:</span> Utilizes advanced, + high-energy solid propellant, likely an ALITEC-enhanced + HTPB formulation, for high specific impulse and burn + rate. + </li> + <li> + <span class="term">Burn Time:</span> Optimized for rapid + boost phase (seconds to tens of seconds - estimated). + </li> + </ul> + </li> + <li> + <strong>Manufacturing & Cost-Effectiveness:</strong> + <ul> + <li> + <span class="term">Bladeless Speedmixing:</span> + Proprietary energetic material mixing technology that + improves propellant quality, consistency, and reduces + mix time by up to 75% compared to traditional methods. + Enables higher throughput. + </li> + <li> + <span class="term">Single-Piece-Flow Production:</span> + Streamlined manufacturing process that reduces cycle + times and costs, enabling large volume production. + </li> + <li> + <span class="term">Digital Engineering:</span> Extensive + use of modeling and simulation in design and + manufacturing processes. + </li> + <li> + <span class="term">Designed for Affordability:</span> + Aims to significantly reduce the cost of hypersonic + boosters compared to existing solutions, enabling more + frequent testing and fielding of hypersonic + capabilities. + </li> + </ul> + </li> + <li> + <strong>Programmatic Context:</strong> Developed in response + to growing demand for affordable and high-volume hypersonic + boosters. Part of Anduril's DPA Title III investment to + expand the US SRM industrial base, including supporting + programs like the Navy's SM-6 (Standard Missile-6) second + stage (illustrative of Anduril's broader SRM work). Static + test firings successfully conducted. + </li> + <li> + <strong>Anduril's Edge:</strong> Combines cutting-edge + propellant technology (ALITEC) with innovative manufacturing + processes (bladeless speedmixing, single-piece flow) to + deliver high-performance hypersonic boosters at scale and + lower cost, addressing a critical national defense need. + </li> </ul> </div> </div> </div> </div> </div> - - </div> <!-- /container --> + </div> + <!-- /container --> <footer class="container text-center pb-3"> - <p class="mb-1"> - © <span id="currentYear"></span> Anduril Product Cheatsheet. - </p> - <p class="mb-0"> - Information based on publicly available data from Anduril Industries. For official and detailed specifications, please refer to Anduril. - </p> <div> - <a href="https://www.anduril.com/" target="_blank" rel="noopener noreferrer" class="mx-2"> - Anduril Official Website + <a + href="https://www.linkedin.com/in/davidveksler/" + title="David Veksler on LinkedIn" + target="_blank" + rel="noopener noreferrer" + class="mx-2 link-secondary" + > + <i class="bi bi-linkedin"></i> LinkedIn + </a> + <a + href="https://cheatsheets.davidveksler.com/" + title="Browse All Cheatsheets" + class="mx-2 link-secondary" + > + <i class="bi bi-collection"></i> All Cheatsheets + </a> + </div> + <div> + <a + href="https://www.anduril.com/" + target="_blank" + rel="noopener noreferrer" + class="mx-2" + > + Anduril.com </a> </div> </footer> @@ -938,7 +2951,9 @@ document.addEventListener("DOMContentLoaded", () => { const collapseElements = document.querySelectorAll(".collapse"); collapseElements.forEach((collapseEl) => { - const button = document.querySelector(`.details-toggle[data-bs-target="#${collapseEl.id}"]`); + const button = document.querySelector( + `.details-toggle[data-bs-target="#${collapseEl.id}"]` + ); const plusIcon = button ? button.querySelector(".bi-plus-lg") : null; const dashIcon = button ? button.querySelector(".bi-dash-lg") : null; @@ -955,18 +2970,25 @@ } }; updateIconAndButton(collapseEl.classList.contains("show")); // Initial state - collapseEl.addEventListener("show.bs.collapse", () => updateIconAndButton(true)); - collapseEl.addEventListener("hide.bs.collapse", () => updateIconAndButton(false)); + collapseEl.addEventListener("show.bs.collapse", () => + updateIconAndButton(true) + ); + collapseEl.addEventListener("hide.bs.collapse", () => + updateIconAndButton(false) + ); } }); - const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]')); + const tooltipTriggerList = [].slice.call( + document.querySelectorAll('[data-bs-toggle="tooltip"]') + ); tooltipTriggerList.map(function (tooltipTriggerEl) { return new bootstrap.Tooltip(tooltipTriggerEl); }); - document.getElementById("currentYear").textContent = new Date().getFullYear(); + document.getElementById("currentYear").textContent = + new Date().getFullYear(); }); </script> </body> -</html> \ No newline at end of file +</html>