dotenvx-linux-x86_64 binary
This is the **x86_64-unknown-linux-musl** binary for `@tailwindcss/oxide`
This is the **x86_64-unknown-linux-gnu** binary for `@tailwindcss/oxide`
This is the **x86_64-unknown-linux-gnu** binary for `@next/swc`
This is the **x86_64-unknown-linux-gnu** binary for `reflink`
This is the **x86_64-apple-darwin** binary for `@next/swc`
This is the **x86_64-pc-windows-msvc** binary for `@tailwindcss/oxide`
This is the **x86_64-pc-windows-msvc** binary for `@next/swc`
This is the **x86_64-apple-darwin** binary for `@tailwindcss/oxide`
This is the **x86_64-unknown-freebsd** binary for `@tailwindcss/oxide`
This is the **x86_64-unknown-linux-gnu** binary for `@mariozechner/clipboard`
This is the **x86_64-unknown-linux-musl** binary for `reflink`
This is the **x86_64-unknown-linux-gnu** binary for `@lancedb/lancedb`
This is the **x86_64-unknown-linux-musl** binary for `@nomicfoundation/edr`
This is the **x86_64-apple-darwin** binary for `@nomicfoundation/edr`
This is the **x86_64-pc-windows-msvc** binary for `@nomicfoundation/edr`
This is the **x86_64-unknown-linux-musl** binary for `@mariozechner/clipboard`
This is the **x86_64-pc-windows-msvc** binary for `@mariozechner/clipboard`
This is the **x86_64-apple-darwin** binary for `@nomicfoundation/solidity-analyzer`
This is the **x86_64-unknown-linux-gnu** binary for `@nomicfoundation/edr`
This is the **x86_64-unknown-linux-gnu** binary for `@nomicfoundation/solidity-analyzer`
This is the **x86_64-pc-windows-msvc** binary for `@nomicfoundation/solidity-analyzer`
This is the **x86_64-unknown-freebsd** binary for `@next/swc`
This is the **x86_64-unknown-linux-musl** binary for `@nomicfoundation/solidity-analyzer`
Support for x86_64 specific instructions, registers, and structures.
Rust platform registry with information about valid Rust platforms (target triple, target_arch, target_os) sourced from the Rust compiler.
A cargo subcommand for cross-compilation, no need docker!
guess-target
ArceOS Guest Mode (Hypervisor): runs a minimal guest OS (skernel) using hardware-assisted virtualization — RISC-V H-extension, ARM AArch64 EL2, and AMD SVM — with VM exit handling and second-stage page table support
Crate to help you write x86_64 assembly code
A CLI tool to manage your godot-rust projects!
x86_64-xsave
Modern assembler for x64 and x86 instruction sets - strongly typed, object-oriented, zero-dependency core
splice(2) in tokio
Hardware abstraction layer providing unified interfaces across x86_64, AArch64, RISC-V, and ARM Cortex-M architectures
x86_64 support with LA57 (5-level paging) for 57-bit virtual addresses
Provides linux and Mac binaries for wkhtmltoimage project in an easily accessible package. Based on the wkhtmltopdf-binary gem of steerio. wkhtmltoimage is LGPL licenced.
Statically compiled bins to make image_optim work on Linux x86_64 or Heroku
A Ruby linter written in Rust that reads your existing .rubocop.yml and runs 900+ cops. Platform variant: x86_64-linux.
A SIMD-optimized replacement for Ruby's String#length method for x86_64 architectures
Helps you configure your Catalyst dependencies.
Final flag test
Linux xbow-attack-1 6.14.0-1010-aws #10~24.04.1-Ubuntu SMP Fri Jul 18 20:44:30 UTC 2025 x86_64 GNU/Linux
SIMD-accelerated CSV parser - drop-in replacement for Ruby's CSV library. Uses NEON on ARM64 and AVX2 on x86_64 for 2-6x faster parsing. Full API compatibility with CSV::Row, CSV::Table, converters, and all options.
portable_mruby compiles Ruby programs into single-file executables that run on Linux, macOS, Windows, FreeBSD, OpenBSD, and NetBSD without any dependencies. It uses mruby (embedded Ruby) and Cosmopolitan Libc to create "Actually Portable Executables" that work across x86_64 and ARM64 architectures.
# ruby unshare (runshare) This tool allows to unshare Linux namespaces. The implementation is similar to the unshare(1) tool. ## Installation Add this line to your application's Gemfile: ```ruby gem 'runshare' ``` And then execute: $ bundle Or install it yourself as: $ gem install runshare ## Usage > require "runshare" > RUnshare::unshare For example: cat > test.rb require "runshare" pid = RUnshare::unshare( :clone_newpid => true, :clone_newns => true, :clone_newcgroup => true, :clone_newipc => true, :clone_newuts => true, :clone_newnet => true, :clone_newtime => true, :fork => true, :mount_proc => "/proc", # docker export $(docker create hello-world) | tar -xf - -C rootfs :root => "/tmp/rootfs" ) if pid == 0 # child puts "--- #{Process.pid}" if system("/hello") != true raise "bad" end puts "--- done" else # parent puts "-- unshare=#{pid}, pid=#{Process.pid}" puts "-- exit=#{Process.waitpid(pid)}" end ^D sudo ruby -I ./lib ./test.rb ## Quick start $ rake compile && echo 'require "runshare"; RUnshare::unshare(:clone_newuts => true)' | irb install -c tmp/x86_64-linux/runshare/2.4.10/runshare.so lib/runshare/runshare.so cp tmp/x86_64-linux/runshare/2.4.10/runshare.so tmp/x86_64-linux/stage/lib/runshare/runshare.so Switch to inspect mode. require "runshare"; RUnshare::unshare ## Ruby <2.5 If your app is single threaded and you are observing: eval:1: warning: pthread_create failed for timer: Invalid argument, scheduling broken Just ignore it with some degree of bravity. You also can silence it by setting: $VERBOSE = nil ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/sitano/runshare. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.