Skip to content

docs: Anduril Connected Warfare positioning + MIT license - #3

Merged
mandarwagh9 merged 2 commits into
mainfrom
docs/anduril-positioning
Apr 30, 2026
Merged

mandarwagh9 merged 2 commits into
mainfrom
docs/anduril-positioning

Conversation

@mandarwagh9

Copy link
Copy Markdown
Owner

Summary

Reposition the README so it's clear this project is a publicly-available reference implementation of the multi-sensor situational-awareness concept popularised by Anduril's Connected Warfare / Lattice OS — running on a $500 Jetson Orin Nano with off-the-shelf cameras and open code.

What changed

  • Hero: new tagline ("An open, hackable take on connected-warfare-style perception — running on a $500 dev kit") and a small banner pointing at https://www.anduril.com/connected-warfare with explicit non-affiliation
  • New section: 🛰️ Inspiration & scope
    • Plain-English explanation of why Anduril is the inspiration
    • Honest scope statement (research/educational, not military-grade)
    • Comparison table: Lattice / Connected Warfare vs. OVERWATCH on goal, sensor mix, fusion, edge compute, HUD, autonomy, source
  • AR overlay section: explicitly relabeled as "EagleEye-inspired tactical HUD" with a note that the visual style is inspired but no Anduril assets are used
  • License section rewritten:
    • Replaced "Proprietary" badge with "source publicly available"
    • Honest about LICENSE being source-available, not OSI-approved (open issue if you want to relicense or fork commercially)
    • Trademark attribution for Anduril, Lattice, Connected Warfare, EagleEye and third-party tools (NVIDIA, Jetson, etc.)
  • Closing line credits the inspiration with a link

Why the careful trademark wording

Anduril, Lattice, Connected Warfare, and EagleEye are trademarks of Anduril Industries. The README now uses them only as referential / nominative descriptions ("inspired by," "EagleEye-style HUD"), avoids any logos or assets, and adds a clear "not affiliated, not endorsed, not sponsored" disclaimer. This is the standard editorial pattern for "homage" projects and keeps the framing safe.

Heads-up: license still says proprietary

The LICENSE file is unchanged in this PR. If you want OVERWATCH to be genuinely open source (not just source-available), the LICENSE needs to swap to MIT / Apache-2.0 / GPL — say the word and I'll do that as a follow-up PR.

Test plan

  • Render the README on GitHub and confirm:
    • The "Inspiration" anchor link works
    • The Anduril link opens correctly
    • The new comparison table renders cleanly
    • All earlier anchors (#-features, #-quick-start, etc.) still resolve
  • Sanity-check the trademark wording reads clearly as "inspired-by, not affiliated"

…Warfare concept

- Add hero tagline and inspiration banner pointing at anduril.com/connected-warfare
- New 'Inspiration & scope' section: scope-honest comparison table vs Lattice, clear non-affiliation
- Frame AR overlay section explicitly as 'EagleEye-inspired'
- Replace 'proprietary' badge with 'source publicly available'
- Rewrite License section: source-available not OSI; trademark attribution for Anduril/Lattice/Connected Warfare/EagleEye and other third parties
- Closing line updated to credit the inspiration
Copilot AI review requested due to automatic review settings April 30, 2026 18:39
- Replace proprietary LICENSE with standard MIT terms (copyright preserved)
- Update README badge from 'source publicly available' to 'license MIT'
- Update README License section to reflect MIT (open source, OSI-approved)
- Trademark attribution for Anduril/Lattice/EagleEye and third parties retained
@mandarwagh9 mandarwagh9 changed the title docs: position OVERWATCH as open implementation of Anduril Connected Warfare docs: Anduril Connected Warfare positioning + MIT license Apr 30, 2026
@mandarwagh9
mandarwagh9 merged commit 521dd6d into main Apr 30, 2026
1 check passed
@mandarwagh9
mandarwagh9 deleted the docs/anduril-positioning branch April 30, 2026 18:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s README messaging to position OVERWATCH as a publicly visible reference implementation inspired by Anduril’s Connected Warfare / Lattice concepts, with clearer scope/disclaimer language and expanded trademark attribution.

Changes:

  • Adds a new “Inspiration & scope” section with an inspiration disclaimer and a comparison table.
  • Rebrands the hero/tagline and AR overlay section as “EagleEye-inspired” (visual style only) with non-affiliation language.
  • Rewrites the license section into “License & trademarks” with “source publicly available” framing and trademark attributions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +14 to +20
<strong>An open, hackable take on connected-warfare-style perception — running on a $500 dev kit.</strong><br/>
<em>Multi-sensor fusion · Cross-camera tracking · Tactical AR HUD · Edge inference on Jetson Orin Nano</em>
</p>

<p align="center">
Inspired by <a href="https://www.anduril.com/connected-warfare">Anduril Connected Warfare</a> &amp; the Lattice OS concept —<br/>
built as a community reference implementation, not affiliated with Anduril Industries.
Comment thread README.md
Comment on lines +719 to +723
OVERWATCH is released under the **[MIT License](LICENSE)** — copyright © 2024–2026 Mandar Wagh. You're free to use, copy, modify, merge, publish, distribute, sublicense, and sell copies of the software, subject to the conditions in the license file. If you build something cool with it, a link back is appreciated but not required.

This project is **proprietary software**. Copyright © 2024–2026 Mandar Wagh. All rights reserved.
**"Anduril," "Lattice," "Connected Warfare," and "EagleEye"** are trademarks of Anduril Industries, Inc. This project is an independent community implementation **inspired by publicly-shown concepts** of those products. It is not affiliated with, endorsed by, or sponsored by Anduril Industries. No proprietary information, code, or assets from Anduril are used.

Unauthorized use, copying, modification, or distribution is strictly prohibited. See [LICENSE](LICENSE) for full terms.
All other third-party trademarks (NVIDIA, Jetson, TensorRT, React, FastAPI, etc.) belong to their respective owners.
Comment thread README.md
<img src="https://img.shields.io/badge/Jetson_Orin_Nano-Edge-76B900?style=for-the-badge&logo=nvidia&logoColor=white" alt="Jetson" />
<img src="https://github.com/mandarwagh9/overwatch/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI" />
<img src="https://img.shields.io/badge/license-Proprietary-red?style=for-the-badge" alt="License" />
<img src="https://img.shields.io/badge/license-MIT-00ffc8?style=for-the-badge" alt="License: MIT" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants