Showing 14 open source projects for "hardware"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 1
    VulkanMod

    VulkanMod

    Vulkan renderer mod for Minecraft

    This is a fabric mod that introduces a brand new Vulkan-based voxel rendering engine to Minecraft Java in order to both replace the default OpenGL renderer and bring performance improvements.
    Downloads: 325 This Week
    Last Update:
    See Project
  • 2
    ii's Stupid Menu

    ii's Stupid Menu

    A mod menu for Gorilla Tag with over 1000+ mods

    ...The project emphasizes openness and collaboration, aiming to keep modding accessible rather than locked behind proprietary systems. It supports multiple VR platforms and includes compatibility layers for different hardware setups.
    Downloads: 384 This Week
    Last Update:
    See Project
  • 3
    PSX

    PSX

    Various things for PSX (PlayStation 1, PSone)

    PSX is a minimalist software project that emulates the visual and rendering characteristics of the original PlayStation 1 graphics pipeline, focusing on recreating its distinctive aesthetic rather than full hardware emulation. The project demonstrates how limitations of early 3D hardware, such as affine texture mapping, low precision depth calculations, and lack of perspective correction, contributed to the recognizable visual style of PS1-era games. It is often used as an educational or creative tool for developers interested in retro rendering techniques or stylized graphics design. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    HWID Spoofer - Hardware ID Changer

    HWID Spoofer - Hardware ID Changer

    The best HWID Spoofer in 2025.

    ...With deep spoofing of CPU, motherboard, and SCSI disk data, plus built-in VPN setup and game uninstallation tools, HWID Spoofer offers one of the most complete spoofing solutions available. Ideal for gamers facing hardware bans or trying to stay undetected. Compatible with Windows 10/11. BE CAREFUL, THERE ARE COPIES OF TRACEX ON SOURCEFORGE WHICH ARE MALWARE. IF YOU WANT FULL INSTRUCTIONS ON HOW TO USE TRACEX, CHECK OUT OUR OFFICIAL PAGE: https://slothytech.com/tracex/ ------------------------------------
    Leader badge
    Downloads: 859 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5
    OptiScaler

    OptiScaler

    OptiScaler bridges upscaling/frame gen across GPUs

    ...The tool effectively acts as a compatibility layer between the game engine and multiple upscaling frameworks, enabling cross-GPU access to features that might otherwise be restricted to specific hardware ecosystems. In addition to replacing upscalers, OptiScaler can enable frame generation features in titles that do not officially support them, improving frame rates and perceived smoothness during gameplay.
    Downloads: 280 This Week
    Last Update:
    See Project
  • 6
    Minecraft server optimization guide

    Minecraft server optimization guide

    Minecraft server optimization guide

    ...Rather than offering a single universal configuration, the guide explains how different server settings, software choices, and infrastructure decisions affect server performance and stability. It covers a wide range of topics including server software selection, configuration tuning, JVM parameters, hardware considerations, and common mistakes that can cause lag or instability. The goal of the project is to help administrators understand how the Minecraft server engine works so they can make informed decisions about optimization rather than blindly applying configuration changes. The documentation emphasizes experimentation and explains that every server has different requirements depending on player count, hardware, and gameplay style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XenosRecomp

    XenosRecomp

    A tool for converting Xbox 360 shaders to HLSL

    ...It works alongside CPU recompilation tools by translating GPU-specific instructions and behaviors into equivalents that can be executed on modern graphics APIs such as DirectX or Vulkan. This allows recompiled games to maintain visual fidelity while benefiting from modern hardware acceleration. The project addresses one of the most complex aspects of console reverse engineering, which is accurately reproducing proprietary GPU behavior in a portable and efficient way. By reconstructing the graphics pipeline, XenosRecomp enables developers to render scenes correctly without relying on emulation layers that can introduce performance overhead or inaccuracies.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Microsoft MakeCode

    Microsoft MakeCode

    Programming eXperience Toolkit

    ...The toolkit serves as the foundation for Microsoft MakeCode, a platform used to teach programming through interactive editors that support both block-based and text-based coding. PXT enables developers to build custom programming environments that can run in web browsers or local development setups, making it suitable for educational hardware platforms such as microcontrollers and classroom devices. The system uses a subset of TypeScript as its underlying programming language, simplifying JavaScript syntax while maintaining compatibility with modern development workflows. Through its modular design, developers can create specialized editors and programming experiences tailored to specific devices or learning contexts.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    PocketMine-MP

    PocketMine-MP

    A server software for Minecraft: Bedrock Edition in PHP

    PocketMine-MP is a highly customisable server software for Minecraft: Bedrock Edition, built from scratch in PHP, with over 10 years of history.
    Downloads: 21 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    N64: Recompiled

    N64: Recompiled

    Tool to statically recompile N64 games into native executables

    ...Instead of relying on traditional emulation, which interprets instructions at runtime, N64Recomp focuses on static recompilation, converting MIPS-based N64 binaries into readable and buildable source code. This approach allows developers to run classic games with improved performance, lower latency, and better integration with modern hardware and operating systems. The framework provides tools for analyzing ROMs, reconstructing program logic, and generating code that preserves the original game’s behavior while enabling modifications and enhancements. It also supports cross-platform compilation, making it possible to run recompiled games on Windows, Linux, and other environments without specialized emulators.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 11
    Folia

    Folia

    Fork of Paper which adds regionized multithreading

    ...Folia addresses this limitation by dividing the game world into independent regions composed of nearby chunks and assigning each region its own tick loop. These regions run concurrently on multiple threads within a thread pool, allowing server hardware with many CPU cores to process gameplay events in parallel. This architecture significantly increases scalability for large multiplayer environments where players are distributed across different areas of the world. Because the project fundamentally changes how the server processes game logic, many existing plugins are not immediately compatible and must be adapted for the new threading model.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    mc-fast-sodium

    mc-fast-sodium

    faster minecraft than some modpacks, beats Fabulously Optimised

    fasest modpack possible, includes Niodium and stuff like that, also optimised for pvp! Minecraft is copyrighted by Mojand, the mods are avaliable either on Curseforge or Modrinth, i did NOT make them requires a minecraft license, PIRACY not allowed in ANY way! minecraft 1.21.1 with fabric 0.16.10, do not use any other config than this one! can get almost any display with almost any pc to 100% capacity(stonger the pc, better the stability and higher can be the resolution. at the start of...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Fork

    Fork

    Fork is a Minecraft Server Manager GUI for Windows

    ...VISIT: https://github.com/ForkGG/fork for updated information. Fork is a free Minecraft server manager GUI designed to make server hosting easy and fast. Features allow automatic server restarts and backups, hardware statistics like CPU usage, player management and much more...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    crouton

    crouton

    Chromium OS Universal Chroot Environment (EOL)

    ...Instead of dual-booting or virtualization, the project installs a Linux system inside a chroot, allowing users to switch quickly between Chrome OS and a full Linux desktop while maintaining performance and compatibility. This approach allows developers, system administrators, and power users to access traditional Linux tools and desktop environments on hardware originally intended to run only Chrome OS. Crouton supports multiple Linux distributions such as Ubuntu and Debian and allows the installation of different desktop environments including XFCE, KDE, and others. The environment integrates closely with Chrome OS, enabling shared files, hardware access, and keyboard shortcuts to switch between systems seamlessly.
    Downloads: 12 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo