Project ideas from Hacker News discussions.

Omarchy development practices lead to predictable security issues

📝 Discussion Summary (Click to expand)

Prevalent themes in the HN discussion about Omarchy

  1. Security and development practices – Many commenters worry that Omarchy’s rapid, “move‑fast‑break‑things” approach creates avoidable bugs (e.g., shell‑injection in notifications).

    “My opinion is that the way Omarchy is developed leads to gigantic security holes.”thehappyfellow
    “Having a crack team … only solves the issues after they’ve been shipped … the development process that is leading to these types of holes getting shipped is the part which needs fixing.”Aurornis

  2. Political controversy surrounding DHH – The creator’s public statements (comparisons of immigrants to wolves, calls for deportation) are frequently cited as racist or fascist, turning the project into a political lightning rod.

    “DHH is free to blog about his racist beliefs and we are free to call him a racist.”rbanffy
    “DHH himself has gone beyond dog whistles … He's directly compared what he considers undesirable ehtnic populations to wolves who need to be shot.”IshKebab

  3. Hype, marketing, and cult of personality – Attention and funding are seen as driven by DHH’s fame and a “cult of personality” rather than technical merit.

    “It's a political statement disguised as a FOSS project … The funders are not funding the development of a Linux distro, they are co‑signing the political statement.”Retr0id
    “It's being largely driven by DHH (creator of Rails, and co‑founder of 37signals). He has a massive following and a lot of influence (and money).”barkerja

  4. Technical nature: a pre‑configured Arch/dotfiles setup – Several users argue Omarchy is essentially Arch with a polished UI and a collection of shell/QML/JS scripts, not a fundamentally new distribution.

    “There are a bunch of programs written in shell and QML/JavaScript … shell scripts make it easier to write the type of shell‑injection bug.”MarkSweep
    “It's just dotfiles for Arch.”tfrancisl

  5. User‑experience / polish claims vs. reality – Proponents tout an “out‑of‑the‑box, Mac‑like” experience, while skeptics view the polish as superficial masking instability.

    “It’s a really strong UX that’s rapidly improving … Closest thing to the “it just works” experience that Mac was always known for.”brightball
    “The belief that everything just works seems more like a belief perpetuated by the messaging push behind it.”Aurornis


🚀 Project Ideas

ShellShield

Summary

  • Automatically scans shell scripts in Linux distro configs for command injection and unsanitized input vulnerabilities.
  • Provides CI-friendly reports and auto‑fix suggestions, reducing security holes caused by lax development practices.

Details

Key Value
Target Audience Linux distro maintainers, open‑source contributors, security auditors
Core Feature Static analysis detector for shell injection with optional auto‑remediation
Tech Stack Rust (safety), tree‑sitter parser, GitHub Actions / GitLab CI integration
Difficulty Medium
Monetization Revenue-ready: SaaS subscription for private repos

Notes

  • "There are other ecosystems out there that are built on stronger foundations I can (and do) contribute my time to." – MarkSweep
  • Addresses the frustration that "the development process … is leading to these types of holes getting shipped" by giving maintainers a concrete tool to catch bugs early.

TechFirst Linux

Summary

  • A community‑maintained Linux distro that deliberately avoids political branding and focuses on technical excellence, using memory‑safe languages for system utilities.
  • Offers a neutral, polished out‑of‑the‑box experience with strong security defaults and transparent governance.

Details

Key Value
Target Audience Users who want a politics‑free, reliable distro; developers and enterprises
Core Feature Base system utilities rewritten in Rust, secure defaults, clear contributor governance
Tech Stack Linux kernel, Rust for core utilities, systemd, GNOME/KDE optional, CI via GitHub Actions
Difficulty High
Monetization Hobby

Notes

  • "I just want my tech to focused on the tech." – rbanffy
  • Provides an alternative that sidesteps political controversy while delivering a secure, well‑maintained OS, inviting discussion on governance and technical merit.

DistroScore

Summary

  • Aggregates publicly available data (CVE frequency, update latency, contributor count, licensing, etc.) to produce a technical merit score for Linux distros.
  • Enables users to filter and compare distros based on objective metrics, reducing influence of hype or politics.

Details

Key Value
Target Audience End‑users, sysadmins, organizations selecting a distro
Core Feature Scoring algorithm and dashboard/search UI for distro comparison
Tech Stack Python backend, PostgreSQL, React frontend, data from DistroWatch, GitHub API, OSV
Difficulty Medium
Monetization Hobby

Notes

  • "I don't expect the security to be perfect out of the gate … Having a dedicated security team is marketing?" – thehappyfellow
  • Gives users an objective way to evaluate distros, sparking discussion on which metrics matter most for security and maintenance.

AgentSafe

Summary

  • An AI‑powered assistant that runs in a sandbox, analyzes OS config files, proposes safe changes, and generates patches after static analysis to prevent injection bugs.
  • Integrates with distro‑agent frameworks (like Omarchy’s) to provide AI assistance without compromising security.

Details

Key Value
Target Audience Power users and distro developers who want AI‑assisted customization safely
Core Feature LLM‑driven suggestion engine with built‑in security static analysis and sandboxed execution
Tech Stack Python/LLM (e.g., Llama via Ollama), Rust sandbox (Firejoker/gVisor), JSON config
Difficulty High
Monetization Hobby

Notes

  • "agents actually work way better out of the box … Something crashes? Click the notification and your agent solves the bug." – kristofferR
  • Marries the desire for AI‑driven OS tuning with the need to avoid the insecure patterns that prompted criticism of current agent systems.

PluginGuard

Summary

  • A trusted plugin repository for distro extensions (e.g., Omarchy plugins) that enforces provenance verification, dependency checks, and static security scanning before publication.
  • Provides a sandboxed execution environment for plugins to limit impact of malicious or buggy code.

Details

Key Value
Target Audience Distro users who install third‑party extensions, plugin developers
Core Feature Verified plugin store with automated security checks and sandbox runtime
Tech Stack Go or Rust backend, WebAssembly sandbox for plugins, CI with static analysis (ShellShield)
Difficulty Medium
Monetization Hobby

Notes

  • "Most of them are actually good, and unlike other distros they look visually consistent." – kristofferR
  • Directly addresses concerns that "the plugin ecosystem is also a free for all like the Arch AUR" by adding trust and safety layers, encouraging broader adoption of extensions.

Read Later