Linux, open source, and security news from across the web.
Comments
OpenZFS 2.4.3 is out today as the newest stable point release to this open-source ZFS file-system implementation as well as point releases for the OpenZFS 2.3 and 2.2 series too...
Alexandre Julliard just released Wine 11.11 as the newest bi-weekly development release of this open-source software that powers Valve's Steam Play (Proton) and allows for running Windows games and applications under Linux as well as other platforms...
Ever since AMD announced openSIL in early 2023 for open-source CPU silicon initialization to eventually replace AGESA and enhance their Coreboot support, I have been eager to try it out. The openSIL code drops to date though have just focused on select reference platforms with on…
One of the exciting additions to the Linux 7.1 kernel is the introduction of the new NTFS file-system kernel driver. While in good shape already and proving advantageous over other NTFS open-source driver options, one of the initial limitations on it is around Windows native symb…
Cybersecurity researchers have described what they say is a new class of attack that can trick artificial intelligence (AI) coding agents into running arbitrary code on developer machines. Called Agentjacking by Tenet Security, the attack can be triggered by means of a fake error…
Comments
Cybersecurity researchers have disclosed details of three now-patched security flaws impacting LangGraph, including a critical vulnerability chain that could result in remote code execution. LangGraph is an open-source framework created by LangChain to build complex, stateful, an…
An anonymous reader quotes a report from ZDNet: If digital sovereignty is important to you, and it certainly is in the European Union (EU), then you'll be pleased to know that EuroOffice, a new open-source browser-based office suite alternative to Microsoft 365 and Google Workspa…
I built a small open-source dashboard for AI coding harnesses: the goal is to turn scattered review artifacts (Markdown reports in chat, HTML mockups, JSON manifests, etc.) into a single “pane of glass” report. Repo: https://github.com/TaylorFinklea/harness-deck I’d love feedback…
Comments
14 years of It's FOSS needs your support
Comments
Comments
Open-source developer Jos Dehaes wrote in to Phoronix today in announcing a new X11 server he has been working on from scratch that has been quietly developed to this point but now ready to announce to the world... The YSERVER...
Been spending the last few weeks building an online code execution platform from scratch to learn about sandboxing, containers, security, and backend systems. Its called Judex and it's open source: https://github.com/Dharshan2208/judex I'd appreciate any feedback, criticism, feat…
OpenJPH as an open-source implementation of high-throughput JPEG2000 Part-15 (or JPH or HTJ2K) is now significantly faster for both encode and decode operations thanks to new AVX2 optimizations for Intel and AMD processors...
I have been working on OmniGlyph, a lightweight GTK4 + Libadwaita application for quickly searching and copying emojis and Unicode symbols on Linux. Features include: Fast search across emojis and symbols Multiple collections (Emoji, Emoticons, Arrows, Math, Currency, Special Sym…
Intel's Open Image Denoise is the open-source project providing a high performance denoising library for ray-tracing and used by the likes of Blender and other renderers/creative apps for powerful denoising capabilities. Released last week was Open Image Denoise 2.5 with some ver…
For context, Telegram is a top messenger with billion-scale reach and pretty good anonymity - which makes it attractive and popular for threat actors and grey/black markets, especially in post-Soviet countries. So I built Telescope for maintaining awareness. It does real-time rul…
Hey everyone 👋 I've been using IPTV on my Android TV for years, but honestly most of the apps are either paid or just not great — and even the paid ones are pretty rough. So I decided to build my own, with a lot of help from AI, and it came out way better than I expected. It's ca…
ReactOS, the open-source operating system working for binary compatibility with Microsoft Windows computer programs and drivers, has reached the milestone of being able to enjoy the classic game Half-Life running on this open-source platform...
hey devs, I'm a software developer, based in Austria. I'm building a open source self-hosted PaaS (platform as a service) like Vercel/Railway/Coolify, where you can deploy full stack application + database. It's really easy to use and very fast. The backend is written in Go and F…
submitted by /u/CarelessLetterhead51 [link] [comments]
The Miasma credential-stealing attack framework, which has recently targeted open-source ecosystems through supply-chain attacks, was briefly open-sourced on GitHub. [...]
I've been building Neutrino, an end-to-end encrypted messenger that runs entirely in the browser, and I'd like to share it here for feedback. It's a solo side project — not commercial — and the design goal is to trust the server as little as technically possible: no account, no p…
Hi everyone =) I've been working on a small open-source comic reader called PANEL. It's a desktop application written in Python for reading CBZ and CBR files locally, with no accounts, subscriptions or cloud services involved. The goal is to provide a simple and lightweight readi…
what shipped: model weights: MIT license (8B MoT + A3B MoT variants) training code: Apache-2.0, based on InternEvo framework, supports 5 task types (text-to-image, image editing, interleaved gen, interleaved understanding, generic multimodal) sequence packing with FlexAttention b…
Microsoft has released Coreutils for Windows, allowing a stack of familiar “Linux-like” command-line utilities to run natively on Windows. The project is based on uutils, the Rust-based reimplementation of GNU coreutils that Ubuntu (mostly) has adopted in recent releases. Microso…
Comments
Everyone's training AI to refuse. We trained a model to break in. Most other tools are just wrappers and the problem is that they still have all the guardrails on from the foundation model where they will inherit its refusals. We went the other way and post-trained our own model …
A high-severity unpatched security flaw in Langflow, an open-source low-code platform to build artificial intelligence (AI) applications, has come under active exploitation in the wild, according to findings from VulnCheck. The vulnerability in question is CVE-2026-5027 (CVSS sco…
NVIDIA engineer Kyrylo Tkachov posted a patch for testing yesterday to significantly reduce the amount of time it takes the GNU Compiler Collection (GCC) for conducting a native bootstrap. The time spent in the configure process for native GCC builds is reduced by around 43% whil…
Open-source developer Jakub Okoński has been working on comparing the gaming latency between Linux and Windows and in turn working to drive some improvements into KDE's KWin Wayland compositor so the latency is more competitive with the gaming experience under Microsoft Windows 1…
The linux-firmware.git repository that serves as the de facto home of all the binary blobs used by the mainline Linux kernel open-source drivers has now introduced AGENTS.md documentation and other preparations for embracing AI coding agents...
While not as exciting as features like HDMI 2.1 FRL and Display Stream Compression itself, as part of AMD's efforts to provide a fully open-source HDMI 2.1 driver implementation for AMDGPU, new code is being prepped for their kernel driver to support the HDMI compliance testing e…
So I have been building a predictive multicloud docker swarm node autoscaler just like Kubernetes ca with ML..... I want to make it a open source project , I have completed multiple part of it the core api is being tested and now I am converting them to docker images . So what sh…
I built an open-source visual builder that lets you design AI agent workflows by dragging and dropping nodes on a canvas, and then compiles them into runnable Python projects for Google ADK (Agent Development Kit). GitHub: https://github.com/neo-fetch/draw-your-agents/ Tool (Not …
In short, I have been working on a file system data migration tool for the last year now and I am more of a back-end leaning engineer so all of those aspects of the code are really solid. But the UI sucks, I vibe coded it and tried my best but I'm not a front end guy, the UI righ…
I’m building RedThread, an open-source CLI for repeatable LLM/agent red-team campaigns. Repo: https://github.com/matheusht/redthread The project is early, but the basic direction is working: run a small campaign, score outcomes, keep traces, and make the result replayable. Rough …
Hi everyone, I've developed a custom camera driver and ISP configuration file for Nvidia Jetson boards, and I’d love to share it with the community as an open-source project. To keep this post from feeling like self-promotion, I won't go into too much detail here, but I can defin…
As if there weren't enough package poisonings to worry about
Trusted publishing is an authentication mechanism that relies on short-lived credentials to reduce the risk of supply-chain attacks. At the 2026 Open Source Summit North America, Mike Fiedler walked the audience through why trusted publishing exists, how it works, and made the ca…
Hey Reddit! I wanted to share a project I've been working on. It's a website analyzer designed to tear down any live site and extract its design DNA: colors, typography, spacing, components, and UX patterns. Main Features: Seamless export to a full Tailwind configuration Generati…
Microsoft on Monday confirmed that it temporarily removed some GitHub repositories in response to a recent security incident that led to 73 of its open-source projects being compromised to inject an information stealer into the code. "Our priority is to protect customers and the …
Hey everyone, I just released Arche: a simple yet powerful open-source monitoring tool. - Extremely lightweight: runs under 100MB RAM on Linux/macOS - Multiple check types: HTTP/S, Ping, TCP, DNS, IMAP, SMTP and more - Clean public status pages - Instant alerts on Telegram & Disc…
submitted by /u/ssddanbrown [link] [comments]
Why many people hate gnu and the FSF, gnu project have good packages, and they are the roots of free software movement, many people want to replace gnu part from their systems, they describe it as bloated or old.? submitted by /u/SubjectThing1417 [link] [comments]
submitted by /u/ArgumentConscious202 [link] [comments]
In addition to Redox OS continuing to evolve quite nicely for that from-scratch, Rust-based open-source OS, Asterinas OS is also continuing to move forward for that Rust-based operating system striving for Linux compatibility...
just released Trusthook, an MIT-licensed Go library that verifies webhook signatures behind a single call: err := trusthook.Verify(trusthook.Stripe, body, r.Header, secret) The problem it solves: every webhook provider has slightly different header names, encoding formats, and ti…
Following the recent Hygon C86-4G CPU support added to the GCC 17 compiler, the open-source LLVM Clang compiler has similarly seen Hygon c86-4g-m4 / c86-4g-m6 / c86-4g-m7 CPU support merged...
Comments
Pragtical, the lightweight open-source code editor that prides itself on using just ~50MB of RAM and ~10MB of disk space while being a full-featured code editor, is tacking on more features. Most notable with the new Pragtical release is adding an SDL-based GPU back-end for this …
The open-source developers at Georgia Tech working on Vortex as an OpenCL-compatible RISC-V GPGPU implementation are out with their next major release for this open-source GPU design...
Hi everyone. I need your honest opinion! Any opinions are accepted! I am a software engineer, I had been working for a few companies in recent years and only one of them let me use any OS I want, I chose macOs because it's closest to Linux. But other two companies don't let me ch…
CheezyPizza is a free, open source tool that lets you transfer large files directly between browsers using WebRTC. No server, no account, no size limits.
Comments
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. RELIANOID, a Debian-based Linux distribution featuring an open-source load-balancer, has reached version 7.10.0: "We are glad to present both RELIANOID 7.10.0 Community edition and RELIANOID 8.6 Enterprise edition, …
Comments