Best of Open SourceAugust 2025

  1. 1
    Article
    Avatar of collectionsCollections·34w

    DeepSeek-V3.1 Release: A New Era in Open AI Technology

    DeepSeek has released V3.1, a 685-billion parameter open-source language model that rivals proprietary systems from OpenAI and Anthropic at significantly lower costs. The model features a hybrid architecture combining chat, reasoning, and coding capabilities, supports 128,000 token context, and achieves 71.6% on coding benchmarks. Available for free on Hugging Face with API compatibility, it's optimized for Chinese chips and represents a major step toward democratizing advanced AI technology.

  2. 2
    Article
    Avatar of medium_jsMedium·35w

    The Best Software I’ve Ever Used Was Written by One Person

    Solo developers create superior software because they maintain complete creative control and focus on solving specific problems rather than pleasing committees or investors. One-person projects feel more coherent and deliberate, with every feature earning its place through ruthless prioritization. While these tools risk disappearing when their creators move on, they offer an intimate user experience and resist the bloat that comes from corporate growth strategies. The author argues these projects represent acts of resistance against extraction-focused software design, providing focused tools that prioritize user needs over monetization.

  3. 3
    Article
    Avatar of hnHacker News·34w

    Open Source & Linux

    AnduinOS is a lightweight Ubuntu-based Linux distribution designed for users transitioning from Windows. It features a 2GB ISO size, GNOME desktop environment, privacy-focused design with no user tracking, and compatibility with Ubuntu packages. The distribution offers both LTS and Standard versions, uses Flatpak for application management, and maintains GPL-v3 licensing for complete open-source freedom.

  4. 4
    Article
    Avatar of hnHacker News·37w

    I couldn't submit a PR, so I got hired and fixed it myself

    A developer shares how they fixed a persistent search race condition bug at Mintlify after joining the company. The issue involved debounced search queries not being properly aborted, causing outdated results to appear. The solution used AbortController to ensure only the most recent search query returns results, improving search quality across 30,000+ documentation sites. The story highlights the advantages of open source development and the satisfaction of fixing long-standing issues.

  5. 5
    Video
    Avatar of bigboxswebigboxSWE·33w

    The Dark Side of GitHub

    An investigation into the underground economy of fake GitHub engagement, including services that sell artificial stars, followers, forks, and entire accounts. The content explores different tiers of fake engagement, from cheap anonymous accounts to premium services using legitimate profiles, and examines motivations like impressing investors, recruiters, and establishing credibility for potential security exploits. Detection tools like Astronomer can identify fake engagement, but the practice highlights how even technical platforms remain vulnerable to manipulation and social engineering.

  6. 6
    Article
    Avatar of hnHacker News·36w

    KittenML/KittenTTS: State-of-the-art TTS model under 25MB 😻

    KittenTTS is an ultra-lightweight open-source text-to-speech model with only 15 million parameters and under 25MB size. It runs on CPU without GPU requirements, offers multiple voice options, and is optimized for real-time speech synthesis. The model is currently in developer preview with plans for full release, mobile SDK, and web version.

  7. 7
    Article
    Avatar of lobstersLobsters·36w

    AWS deleted my 10-year account and all data without warning

    A 10-year AWS customer lost their entire account and all data without warning after a verification process failure. The author details a 20-day support nightmare where AWS MENA allegedly deleted the account due to an internal testing mistake involving Java command-line parameter parsing. The incident destroyed years of open-source development work, including Ruby gems and unpublished tutorials. The story highlights the risks of cloud provider dependency and the differences in AWS regional operations, particularly in the MENA region.

  8. 8
    Article
    Avatar of hordeHorde·34w

    Better Auth Starter 🚀 Open Source + Video Series

    An open source starter project demonstrating Better Auth implementation with comprehensive authentication features including email/password and Google login, email verification, password reset, and organization management with roles and permissions. The project uses Drizzle ORM and comes with a complete video tutorial series covering setup and migration from Clerk.

  9. 9
    Article
    Avatar of dhhDavid Heinemeier Hansson·35w

    Omarchy micro-forks Chromium

    37signals created a micro fork of Chromium for their Omarchy Linux distribution to add live theming functionality. The modified browser is now available through the Arch User Repository, demonstrating how open source enables anyone to customize major software projects with the right skills and motivation.

  10. 10
    Article
    Avatar of hnHacker News·37w

    PixiEditor 2.0 - a FOSS Universal 2D Graphics Editor is here!

    PixiEditor 2.0 launches as a free, open-source universal 2D graphics editor that goes beyond pixel art to support raster, vector, animations, and procedural graphics. Key features include a configurable render pipeline, node graph system for complex effects, multiple toolsets (painting, pixel-art, vector), frame-by-frame animations, and specialized workspaces. The project introduces a sustainable funding model through paid extensions like the Founder's Pack while keeping the core editor free and open-source.

  11. 11
    Article
    Avatar of theregisterThe Register·36w

    Microsoft promises to make WinUI 'truly open source'

    Microsoft announced plans to make WinUI, their modern Windows UI framework, fully open source after years of developer frustration over slow progress and bugs. The transition will happen in four phases, starting with more frequent code mirroring to GitHub and eventually making it the primary repository. However, the timeline remains unclear due to dependencies on proprietary Windows components. Developers remain skeptical about Microsoft's commitment, citing years of stagnation and questioning whether sufficient resources will be allocated to improve the framework.

  12. 12
    Article
    Avatar of hnHacker News·34w

    zedless-editor/zed: (WIP) Zed fork focused on privacy and being local-first

    Zedless is a privacy-focused fork of the Zed code editor that removes telemetry, cloud dependencies, and proprietary services. The project prioritizes local-first functionality, allows users to configure their own infrastructure providers, and maintains contributor copyright without requiring CLAs. Currently in development, it aims to provide a self-hosted alternative to cloud-based development tools.

  13. 13
    Article
    Avatar of dhhDavid Heinemeier Hansson·36w

    Omarchy is on the move

    Omarchy, a Linux distribution based on Arch and Hyprland, has seen rapid development with 18 releases since June 26. The project has grown to 3,500 Discord members and 250 processed pull requests. Recent improvements include an overhauled control menu system that enables keyboard-driven operation without mouse interaction. While acknowledging Linux isn't for everyone due to its learning curve, the author emphasizes it's ideal for those interested in computer adventures and customization.

  14. 14
    Article
    Avatar of omgubomg! ubuntu!·33w

    Zen Browser is What Mozilla Firefox Should Be

    Zen Browser is a Firefox fork that reimagines web browsing with vertical tabs, workspaces, split view, and a floating URL bar. It offers better privacy defaults than Firefox, disables telemetry by default, and includes features like Glance for quick link previews and Compact Mode for distraction-free browsing. Available as beta software on Windows, macOS, and Linux, it can be installed via AppImage or Flatpak.

  15. 15
    Article
    Avatar of danielhaxxsedaniel.haxx.se·35w

    car brands running curl

    Curl now runs in cars from 47 major automotive brands including Tesla, BMW, Toyota, and Mercedes, representing several hundred million vehicles. Despite this widespread adoption in the automotive industry, none of these companies sponsor or financially support the curl project, highlighting challenges in open source sustainability where critical infrastructure is used freely without contributing back to its development.

  16. 16
    Article
    Avatar of infoqInfoQ·33w

    AGENTS.md Emerges as Open Standard for AI Coding Agents

    AGENTS.md is emerging as a new open standard for AI coding agents, adopted by over 20,000 GitHub repositories. This markdown-based format provides machine-readable instructions for AI assistants, including setup commands, testing workflows, and coding guidelines, while keeping human-facing README files clean. The format supports nested files for monorepos and works across various AI development tools like Codex, Cursor, and Aider. While some developers question separating human and agent documentation, proponents see it as reducing friction in AI-human collaboration.

  17. 17
    Article
    Avatar of devtoolsDev Tools·35w

    Readme Studio - Open-source AI Readme Generator & Editor Tool

    Readme Studio is an open-source tool that combines AI-powered README generation with manual editing capabilities. It offers 25+ pre-built sections, drag-and-drop editing, and real-time preview functionality to help developers create professional project documentation efficiently.

  18. 18
    Article
    Avatar of neontechNeon·35w

    Generate Apps Locally for Free: App.build Now Supports Open Source Models

    App.build now supports running open-source language models locally through Ollama, LMStudio, and OpenRouter, eliminating API costs and rate limits while maintaining data privacy. The platform enables developers to generate full-stack applications using local inference on consumer hardware like RTX 4090s or M4 MacBooks. While current open-source models lag behind closed alternatives for autonomous app generation, they're improving rapidly and offer viable alternatives for experimentation and prototyping without vendor dependencies.

  19. 19
    Article
    Avatar of selfhstselfh.st·37w

    Self-Host Weekly (1 August 2025)

    Weekly roundup of self-hosted software updates and new releases, featuring major updates to popular applications like Navidrome's multi-library support, Tandoor Recipes v2 frontend rewrite, and Immich's custom share URLs. Covers 18 software updates, 19 new tools, and recently discovered projects spanning categories from media streaming to container management, plus community content and tutorials.

  20. 20
    Video
    Avatar of gamefromscratchGamefromscratch·36w

    Battlefield 6 Using... Godot???

    Battlefield 6 incorporates Godot engine as the foundation for its Portal modding toolset, allowing players to create custom maps and game modes. While the main game still runs on EA's Frostbite engine, the level editor and modding tools are powered by the open-source Godot engine. This represents a significant endorsement for Godot, exposing it to a massive AAA gaming audience and demonstrating its capabilities beyond indie game development.

  21. 21
    Article
    Avatar of 80lv80 LEVEL·35w

    Try This Free & Open-Source Alternative To Mixamo

    Mesh2Motion, a free and open-source web application, offers an alternative to Mixamo for animating 3D models. Creator Scott Petrovic announced upcoming features including dark/light themes, video previews, animation player, and improved navigation. The tool recently added undo/redo functionality, hand variations, and animation filtering. Users can import 3D models and automatically assign and export animations through a straightforward workflow.

  22. 22
    Article
    Avatar of mobileMobile developers·35w

    ✨Contribute to Crossbuild UI — Now Open!

    Crossbuild UI, a React Native and Expo UI toolkit, has opened public component contributions for the first time. Developers can now build custom UI components with dark/light theming support, test them in an Expo SDK 53 environment, and receive full attribution on the project website and GitHub. Contributors should use the component_contribution folder and submit pull requests to the open-contribution branch.

  23. 23
    Article
    Avatar of neontechNeon·33w

    Databuddy Is Open-Sourcing Privacy-First Analytics, Built on Neon

    Databuddy launches as an open-source, privacy-first analytics platform that balances simplicity with powerful features. Built on Neon's serverless Postgres, it uses a composable architecture with Next.js frontend, ClickHouse for analytics data, and Drizzle ORM. The founder chose Neon over alternatives like Supabase for its performance, simplicity, and composable approach, finding it faster than self-hosted setups without maintenance overhead.

  24. 24
    Article
    Avatar of phProduct Hunt·35w

    stagewise: The frontend coding agent for existing codebases

    stagewise is an open-source frontend coding agent that runs in your browser and works with existing local codebases. It allows developers to visually edit UI elements by clicking on them and using natural language prompts like 'increase the height here' to make changes directly to source code. The tool bridges the gap between visual prototyping tools like v0 and traditional local development workflows, supporting any frontend framework and integrating with localhost development servers.

  25. 25
    Article
    Avatar of aiAI·35w

    Readme Studio - Open-source AI Readme Generator & Editor Tool

    Readme Studio is an open-source tool that combines AI-powered README generation with manual editing capabilities. It offers 25+ pre-built sections, drag-and-drop editing, and real-time preview functionality to help developers create professional project documentation efficiently.