Claude Composer: A CLI Wrapper for Enhanced Claude Code Automation

2025-06-05
Claude Composer: A CLI Wrapper for Enhanced Claude Code Automation

Claude Composer is a command-line interface (CLI) wrapper designed to enhance Claude Code's user experience and automation capabilities. It automates permission dialogs, provides system notifications, and allows for custom rulesets and toolsets to fine-tune Claude Code's behavior. With flexible configuration, users can precisely control the level of automation, ranging from maximum security to maximum automation, supporting both project-specific and global configurations.

Read more
Development

Containerized Environments for Coding Agents: Multi-Agent Collaboration, Simplified

2025-06-05
Containerized Environments for Coding Agents:  Multi-Agent Collaboration, Simplified

Container-use is an open-source CLI tool providing each coding agent with its own containerized environment. Run multiple agents safely and independently, supporting Claude Code, Cursor, and other MCP-compatible agents. Each agent gets an isolated git branch and container, with real-time visibility of command history and logs, allowing for direct intervention and control. Standard git workflows are supported, and it's compatible with any agent, model, or infrastructure, avoiding vendor lock-in. While in early development with potential rough edges, it features rapid iteration and responsive feedback.

Read more
Development multi-agent

HyperDX: Blazing-Fast Log and Trace Visualization on ClickHouse

2025-06-05
HyperDX: Blazing-Fast Log and Trace Visualization on ClickHouse

HyperDX, a core component of ClickStack, empowers engineers to rapidly diagnose production issues. It provides lightning-fast search and visualization of logs and traces atop any ClickHouse cluster (think Kibana, but for ClickHouse). Offering intuitive full-text and property searching, anomaly trend analysis, alerting, and performance monitoring from HTTP requests to database queries, HyperDX integrates seamlessly with OpenTelemetry and supports numerous languages and platforms. Deployable via Docker or ClickHouse Cloud, HyperDX aims to simplify production telemetry analysis, addressing the cost, usability, and tool-hopping limitations of existing solutions. It's designed to make production observability accessible to all engineers.

Read more
Development Log Visualization

Dino Programming Language: Scripting, Functional, and Object-Oriented Powerhouse

2025-06-05
Dino Programming Language: Scripting, Functional, and Object-Oriented Powerhouse

Dino is a high-performance programming language blending scripting, functional, and object-oriented paradigms. Its history dates back to 1993, initially used at the Russian game company ANIMATEK. This document details the implementation of Dino's 0.98 development version, covering its bytecode compiler, interpreter, JIT compiler, and type inference. Performance comparisons against Python, PyPy, Ruby, and others are presented across architectures like x86-64 and AARCH64. Dino boasts features like multi-precision integers, heterogeneous extensible arrays, associative tables, first-class functions, fibers, exception handling, and pattern matching, with innovative class composition for safe and powerful object orientation.

Read more

phptop: Lightweight PHP Performance Monitoring Tool

2025-06-05
phptop: Lightweight PHP Performance Monitoring Tool

phptop is a lightweight PHP performance monitoring tool that tracks per-query execution time (wallclock, user, and system CPU time) along with memory and other resource usage. It's easily activated globally on a LAMP server with a single line configuration change in your php.ini. It's low-resource and has been used by Bearstech in production for years without issue. Requires PHP >= 5.2.0, tested up to PHP 8.2.

Read more
Development

NoteGen: AI-Powered Cross-Platform Note-Taking App

2025-06-05
NoteGen: AI-Powered Cross-Platform Note-Taking App

NoteGen is a cross-platform Markdown note-taking application leveraging AI to seamlessly bridge recording and writing. It supports various recording methods (screenshots, text, illustrations, etc.) and uses native Markdown for easy migration. Offline usage is supported, along with synchronization to GitHub and Gitee private repositories. AI enhancement allows users to configure various models like ChatGPT and Gemini for AI-assisted writing, polishing, and translation. Its core feature is the smooth transition from 'recording to writing,' boosting efficiency.

Read more
Development AI Note-taking

Foam: Open-Source PKM Built on VS Code & GitHub

2025-06-05
Foam: Open-Source PKM Built on VS Code & GitHub

Foam is a free, open-source personal knowledge management (PKM) and sharing system inspired by Roam Research, built on Visual Studio Code and GitHub. It lets you organize research, keep rediscoverable notes, write long-form content, and optionally publish it to the web. Features include bidirectional linking, graph visualization, templating, tagging, and more, helping you build a personal knowledge base with easy navigation and management tools. While still under rapid development, its powerful features and open nature make it a compelling PKM choice.

Read more
Development

VectorSmuggle: Exfiltrating Data from AI/ML Systems via Vector Embeddings

2025-06-04
VectorSmuggle: Exfiltrating Data from AI/ML Systems via Vector Embeddings

VectorSmuggle is an open-source security research project demonstrating sophisticated vector-based data exfiltration techniques in AI/ML environments, focusing on RAG systems. It leverages advanced steganography, evasion techniques, and data reconstruction methods to highlight potential vulnerabilities. This framework supports numerous document formats and offers tools for defensive analysis, risk assessment, and improved AI system security.

Read more

MCP Server Boilerplate: OAuth & PostgreSQL on Cloudflare Workers

2025-06-04
MCP Server Boilerplate: OAuth & PostgreSQL on Cloudflare Workers

This project offers a complete boilerplate for building remote Model Context Protocol (MCP) servers on Cloudflare Workers, featuring custom OAuth authentication and PostgreSQL database integration. It includes a full OAuth 2.1 provider, PostgreSQL integration, serverless deployment via Cloudflare Workers, an MCP tools framework, a custom routes framework, a beautiful UI, robust security features, and mobile readiness. Developers can leverage TypeScript, hot reload, and comprehensive error handling. The boilerplate also includes an easy-to-use system for adding REST API endpoints and a fully customizable OAuth consent screen.

Read more
Development

Chrome Blocks Unauthorized Local Network Access from Websites

2025-06-04
Chrome Blocks Unauthorized Local Network Access from Websites

The Chrome team is designing a new feature to prevent websites from accessing local network devices without user permission. Currently, malicious websites can exploit a user's browser as a "confused deputy," accessing local devices like printers. The new approach uses a permission mechanism to control local network access, requiring explicit user authorization before a website can communicate with local network devices. This aims to enhance user privacy and security, preventing malicious attacks, but may also impact some existing services that rely on this functionality.

Read more

RISC-V Emulator in ClickHouse SQL: Running Programs Inside a Database

2025-06-04
RISC-V Emulator in ClickHouse SQL: Running Programs Inside a Database

This project builds a RISC-V emulator using ClickHouse SQL, making ClickHouse Turing complete. The emulator leverages ClickHouse's materialized views and Redis for memory, simulating CPU instruction execution through a series of SQL commands. While current performance is hampered by a bug in ClickHouse's KV storage engine, it can already run simple RISC-V programs and supports features like printing, file operations, and network communication. This offers a novel approach to running programs directly within a database, but performance bottlenecks need to be addressed.

Read more
Development

Elide Gradle Plugin: Blazing Fast Java Compilation

2025-06-03
Elide Gradle Plugin: Blazing Fast Java Compilation

The Elide Gradle plugin leverages the Elide runtime to dramatically improve dependency resolution and Java compilation speed in Gradle projects. Elide builds the javac compiler as a native image and includes it within the Elide binary. This plugin modifies your Gradle build configuration to use Elide's toolchain instead of Gradle's, skipping JIT warmup and resulting in up to a 20x speed improvement in compilation. Additionally, Elide offers optimized Maven dependency resolution and fetching, caching dependencies locally to further accelerate build times.

Read more
Development Java Compilation

Turn Your iPhone into an AirPlay Receiver with AirAP

2025-06-03
Turn Your iPhone into an AirPlay Receiver with AirAP

AirAP, a native iOS AirPlay server written in Swift, lets you use your iPhone as an AirPlay receiver. Stream audio from your Mac, Apple TV, or other iOS devices to your iPhone. Perfect for late-night work (routing audio to headphones), developers testing audio apps, or building a multi-room audio setup. Just install the app, connect to the same Wi-Fi, and your iPhone will appear as an AirPlay destination.

Read more
Development Audio Streaming

Alfred Workflow: Instant Access to Google Cloud Services

2025-06-03
Alfred Workflow: Instant Access to Google Cloud Services

Tired of the hassle of accessing Google Cloud services? This Alfred workflow makes everything quick and easy! Just type `gcp` in Alfred to fuzzy search over 250 Google Cloud services and subservices, and directly search GCP resources across 20+ services. It supports one-click copy, paste, or opening GCP console links, and provides useful tools like caching and log viewing. Most importantly, it's secure and reliable, using only your local gcloud CLI for authentication and never touching your credentials. Try it now!

Read more
Development Workflow

Lingo.dev Compiler: Build Multilingual React Apps at Compile Time

2025-06-03
Lingo.dev Compiler: Build Multilingual React Apps at Compile Time

Lingo.dev announces its new compiler, an open-source i18n toolkit leveraging LLMs for localization and translation of web, mobile apps, and markdown content. The compiler enables building multilingual React apps at compile time without altering existing components. Lingo.dev also offers a CLI tool and CI/CD integration for speed and automated updates. This community-driven project welcomes contributions.

Read more
Development

Chonkify: An Ultra-Lightweight Chunking Library

2025-06-03
Chonkify: An Ultra-Lightweight Chunking Library

Chonkify is an ultra-lightweight JavaScript library for splitting various iterables (arrays, strings, sets, maps, async iterables, etc.) into chunks of a specified size. It supports Unicode emojis and complex symbols, boasts a tiny footprint (core is just 870 bytes), has zero dependencies, is ESM-first and TypeScript-ready, and works in both browser and Node.js environments. Whether processing massive datasets or simple array splitting, chonkify handles it efficiently.

Read more
Development chunking

Real-time Hand Gesture & Voice Control for 3D Models

2025-06-03
Real-time Hand Gesture & Voice Control for 3D Models

Control 3D models in real-time using only your hands and voice! This interactive web app leverages three.js, MediaPipe computer vision, the Web Speech API, and Rosebud AI. You can drag, rotate, scale, and animate models, and import your own GLTF models by drag-and-drop. All you need is a modern WebGL-enabled browser, camera and microphone access. Clone the repo and experience the magic!

Read more
Development

Garlic: A Blazing Fast Java Decompiler Written in C

2025-06-03
Garlic: A Blazing Fast Java Decompiler Written in C

Garlic is a Java decompiler written in C, offering fast and efficient decompilation of .class, .jar, and .war files into Java source code. It requires only CMake 3.26 or higher and has no other dependencies. Garlic supports multithreading, allowing you to specify the output path and thread count via command-line arguments. It outperforms javap, omitting LineNumber and StackMapTable attributes. The project is open-source under the Apache 2.0 License.

Read more
Development Java decompiler

Quarkdown: A Powerful Markdown-Based Typesetting System

2025-06-03
Quarkdown: A Powerful Markdown-Based Typesetting System

Quarkdown is a modern Markdown-based typesetting system designed around versatility, seamlessly compiling projects into print-ready books or interactive presentations. Its powerful, Turing-complete Markdown extension ensures ideas flow effortlessly onto paper. Users can define custom functions and variables, even create libraries for others to use. Output formats include HTML and PDF.

Read more
Development Typesetting

OAuth 2.1 Provider Framework for Cloudflare Workers: An AI-Assisted Security Library

2025-06-03
OAuth 2.1 Provider Framework for Cloudflare Workers: An AI-Assisted Security Library

This TypeScript library implements the provider side of the OAuth 2.1 protocol with PKCE support for Cloudflare Workers. It acts as a wrapper, automating token management and user authentication. Developers write regular fetch handlers; the library handles authentication. It's agnostic to user management and UI frameworks, storing only hashes, not secrets. Interestingly, the library's development involved AI model Claude, with Cloudflare engineers' security review validating AI's potential in software development. The library also features a novel approach to refresh token management, balancing security with resilience to transient errors.

Read more
Development

Vanta: A Lightweight Network Behavior Analyzer – A Student's Thank You

2025-06-02
Vanta: A Lightweight Network Behavior Analyzer – A Student's Thank You

Vanta is a lightweight, fast, command-line network behavior analyzer that reconstructs protocol-level flows and extracts structured activity from captured data. Unlike full-featured GUI tools like Wireshark, Vanta prioritizes clarity, structure, and simplicity, making it ideal for custom scripting and minimal setups. It supports parsing HTTP, DNS, and TLS (with partial fingerprinting), automatically reconstructs bidirectional flows, and outputs clean JSON summaries. Developed on a MacBook Air M1 by an undergraduate student as a thank you to universities that supported international students.

Read more
Development

Onlook: An Open-Source, Visual-First Code Editor for Designers

2025-06-02
Onlook: An Open-Source, Visual-First Code Editor for Designers

Onlook is an open-source, visual-first code editor built with Next.js and TailwindCSS, enabling designers to edit directly within the browser's DOM and see code changes in real-time. It features AI assistance, drag-and-drop layout adjustments, and the ability to right-click an element to jump directly to its code location. Currently under active development, Onlook welcomes contributions from the community.

Read more
Development

Cuss: A Multilingual Profanity Detection Library

2025-06-02
Cuss: A Multilingual Profanity Detection Library

Cuss is an open-source library providing lists of profane words in multiple languages along with a confidence rating. It's not intended for building profanity filters (which the author discourages), but rather for natural language processing research. The library supports various installation methods (npm, esm.sh, etc.) and includes multiple language versions (English, Arabic, Spanish, French, Italian, Portuguese, etc.). Each word is rated from 0 to 2, indicating the likelihood of its use as profanity. Additionally, the library contains other word lists such as buzzwords, common words, etc.

Read more
Development profanity detection

Kan: The Open-Source Trello Killer?

2025-06-02
Kan: The Open-Source Trello Killer?

Kan is an open-source project management tool aiming to be a robust alternative to Trello. It features Kanban boards, team collaboration, Trello imports, label filtering, comments, activity logs, with templates and integrations planned for the future. The code is open-source and contributions are welcome!

Read more
Development Trello alternative

Unlocking arXiv: The Ultimate Guide to Scientific Paper Resources

2025-06-02
Unlocking arXiv: The Ultimate Guide to Scientific Paper Resources

This curated list provides a comprehensive collection of tools, libraries, datasets, and resources designed to streamline the process of discovering, reading, and working with scientific papers from arXiv. From semantic search engines and interactive literature maps to AI-powered reading assistants and summarization tools, this guide covers everything from paper discovery to enhanced reading and literature review generation. Several large datasets are also included to support research efforts.

Read more

iPhone Agent: Control Your iOS Device with GPT-4.1

2025-06-02
iPhone Agent: Control Your iOS Device with GPT-4.1

PhoneAgent is an iOS app leveraging OpenAI's GPT-4.1 model to control your iPhone across multiple apps. By accessing the accessibility tree, it can perform tasks like sending messages, downloading apps, and making calls. It uses Xcode's UI testing framework, requiring no jailbreak, but is experimental and has known limitations, such as handling long-running tasks and animations. The app sends app content to the OpenAI API and communicates with UI tests via a TCP server.

Read more
Development

HIP: A Single-Source Portable Runtime API for AMD and NVIDIA GPUs

2025-06-02
HIP: A Single-Source Portable Runtime API for AMD and NVIDIA GPUs

HIP is a C++ runtime API and kernel language enabling developers to create portable applications for AMD and NVIDIA GPUs from a single source code. Key features include high performance with minimal overhead, support for single-source C++ programming (including templates, lambdas, etc.), and the ability to leverage the best development tools on each platform. The HIPIFY tool automates CUDA-to-HIP conversion, while manual optimization is possible for platform-specific tuning. HIP supports new projects and offers easy porting of existing CUDA code, though it's not a drop-in replacement and requires some manual work for complete porting and optimization.

Read more
Development

Agno: A Full-Stack Framework for High-Performance Multi-Agent Systems

2025-06-02
Agno: A Full-Stack Framework for High-Performance Multi-Agent Systems

Agno is a full-stack framework for building multi-agent systems with memory, knowledge, and reasoning capabilities. It supports five levels of agentic systems, ranging from simple tool-using agents to collaborating teams, and integrates with various models and tools. Key features include model agnosticism, high performance (agents instantiate in ~3μs and use ~6.5Kib memory), built-in reasoning, multi-modality, advanced multi-agent architecture, and real-time monitoring. Agno is designed for building high-performance agentic systems, saving developers significant time and effort.

Read more
AI

FPGA Forth Interpreter CPU using an LFSR

2025-06-02
FPGA Forth Interpreter CPU using an LFSR

This project details an FPGA CPU implemented in VHDL that utilizes a Linear Feedback Shift Register (LFSR) instead of a program counter. This approach, while traditionally space-saving, offers minimal benefits on FPGAs. The CPU, running a fully functional Forth interpreter, achieves 151.768MHz on a Spartan-6 FPGA. Remarkably compact, the core consumes only 27 slices. The project includes VHDL code, GHDL simulation instructions, and build instructions for Xilinx ISE 14.7. It showcases the potential of LFSRs for resource-constrained designs and presents a highly efficient Forth interpreter implementation.

Read more
Hardware

Lightweight, Ad-Free Jetpack Compose Compass App

2025-06-02
Lightweight, Ad-Free Jetpack Compose Compass App

MBCompass is a lightweight compass app built with Jetpack Compose. Unlike most compass apps burdened with ads and unnecessary features, MBCompass prioritizes accuracy and efficiency. It uses the device's magnetometer and accelerometer for real-time geomagnetic field updates. Features include displaying the user's current location (using OpenStreetMap), light/dark theme support, magnetic strength display, keep screen on, landscape orientation, smooth compass rotation, and sensor fusion for improved accuracy. Importantly, it's completely free, ad-free, and without in-app purchases.

Read more
Development Compass
1 2 12 13 14 16 18 19 20 50 51