Opinionated Arch/Hyprland SetupOmarchy Turn a fresh Arch installation into a fully-configured, beautiful, and modern web development system based on Hyprland by running a single command. That's the one-line pitch for Omarchy (like it was for Omakub). No need to write bespoke configs for every essential tool just to get started or to be up on all the latest command-line tools. Omarchy is an opinionated take on what Linux can be at its best. Read more at omarchy.org. License Omarchy is releas…
Open-source framework for conversational voice AI agents. Official Site • Documentation • Blog Table of Contents Table of Contents 👋 Welcome to TEN 🎨 TMAN Designer ✨ Features 1️⃣ Real-time Avatar 2️⃣ Real-time voice with MCP servers 3️⃣ Real-time communication with hardware 4️⃣ Real-time vision and real-time screenshare detection 5️⃣ TEN with other LLM platforms 6️⃣ StoryTeller - TEN image generation 👩💻 Get TEN Agent up and running 🅰️ Run TEN Agent in localhost…
Open-Source Chrome extension for AI-powered web automation. Run multi-agent workflows using your own LLM API key. Alternative to OpenAI Operator. 🌐 Nanobrowser Nanobrowser is an open-source AI web automation tool that runs in your browser. A free alternative to OpenAI Operator with flexible LLM options and multi-agent system. ⬇️ Get Nanobrowser from Chrome Web Store for free 👏 Join the community in Discord | X 🌟 Loving Nanobrowser? Give us a star and help spread the word! ❤️ Suppo…
Tongyi DeepResearch, the Leading Open-source DeepResearch Agent 🤗 HuggingFace | ModelScope Introduction We present Tongyi DeepResearch, an agentic large language model featuring 30.5 billion total parameters, with only 3.3 billion activated per token. Developed by Tongyi Lab, the model is specifically designed for long-horizon, deep information-seeking tasks. Tongyi DeepResearch demonstrates state-of-the-art performance across a range of agentic search benchmarks, inclu…
Monad BFT Overview This repository contains implementation for the Monad consensus client and JsonRpc server. Monad consensus collects transactions and produces blocks which are written to a ledger filestream. These blocks are consumed by Monad execution, which then updates the state of the blockchain. The triedb is a database which stores block information and the blockchain state. Getting Started git submodule update --init --recursive Using Docker The most straightforward way to start a con…
Monad Execution Overview This repository contains the execution component of a Monad node. It handles the transaction processing for new blocks, and keeps track of the state of the blockchain. Consequently, this repository contains the source code for Category Labs' custom EVM implementation, its database implementation, and the high-level transaction scheduling. The other main repository is monad-bft, which contains the source code for the consensus component. Building the source code Pack…
3D Reconstruction for allBrush BrushSizzleCompressedFrame.mp4 Massive thanks to @GradeEterna for the beautiful scenes Brush is a 3D reconstruction engine using Gaussian splatting. It works on a wide range of systems: macOS/windows/linux, AMD/Nvidia/Intel cards, Android, and in a browser. To achieve this, it uses WebGPU compatible tech and the Burn machine learning framework. Machine learning for real time rendering has tons of potential, but most…
Open Battery Information This project aims to provide tools and information about various batteries in order to aid repair. It is very common for manufacturers to lock the BMS when a fault is detected to protect the device and the user. Very important feature! So when is it a problem? Well, there is always a chance for false triggering of this protection, or the fault could have been temporary or even repaired. In this case it would be wasteful to throw out a perfectly good BMS just because its…
Run LLMs with MLXMLX LM MLX LM is a Python package for generating text and fine-tuning large language models on Apple silicon with MLX. Some key features include: Integration with the Hugging Face Hub to easily use thousands of LLMs with a single command. Support for quantizing and uploading models to the Hugging Face Hub. Low-rank and full model fine-tuning with support for quantized models. Distributed inference and fine-tuning with mx.distributed The easiest way to get started is to instal…