Log inSign up
pkgx
110 posts
user avatar
pkgx
@pkgxdev
pkgx is a blazingly fast, standalone, cross‐platform binary that runs anything, anywhere – from @mxcl the creator of Homebrew
~/.pkgx
pkgx.dev
Joined July 2023
4
Following
1,050
Followers
  • 已置顶
    user avatar
    pkgx
    @pkgxdev
    2023年10月2日
    Welcome to pkgx, the dev tool that runs anything, anywhere. A single binary that executes commands in any language, runs specific package versions or entire dev environments, across all platforms. Like npx is to JavaScript, pkgx is to everything else.
    25.3K
  • user avatar
    pkgx
    @pkgxdev
    2024年2月15日
    Blew straight through 1,200 pkgs pkgx.dev/pkgs/
    3.7K
  • user avatar
    pkgx
    @pkgxdev
    2023年12月4日
    Want to have a chat with your own private local AI chatbot? Just run `pkgx ollama run llama2`! @Ollama_ai
    00:00
    12.5K
  • user avatar
    pkgx
    @pkgxdev
    2024年1月20日
    Use the brand new “Bun Shell” on day one thanks to `pkgx`.
    
import { $ } from 'bun';

const response = await fetch("https://example.com");

// Pass JavaScript objects to & from scripts
await $`gzip -c < ${response}`.arrayBuffer()

// cross-platform rm
await $`rm -rf /tmp/` 

// variables are escaped.
await $`FOO=${process.argv.at(2)} bun ./foo.js`

// read output as text
const text = await $`echo hello`.text();
    user avatar
    Bun
    @bunjavascript
    2024年1月20日
    Introducing the Bun Shell Cross-platform shell language & interpreter for shell scripting with JavaScript
    4.3K
  • user avatar
    pkgx
    @pkgxdev
    2024年1月22日
    Let the hacking begin! Got questions or issues you need help with? Feel free to hop into our discord, our community is happy to help out. discord.gg/NTQafaBrAZ As stated in the blog post the top 3 solutions win, so make sure to do your absolute best. There are some amazing
    user avatar
    tea
    @teaprotocol
    2024年1月22日
    The hackathon is live. Let the good times roll!
    discord.com
    Join the pkgx Discord Server!
    Welcome to the official pkgx discord! Join us to unleash your power to run anything, anywhere, anytime! | 247 members
    3.9K
  • user avatar
    pkgx
    @pkgxdev
    2024年1月9日
    With pkgx, setting up new Macs or Linux systems is a breeze. Skip manual installations – just install pkgx and run any tool without concerns about dependencies
    699
  • user avatar
    pkgx
    @pkgxdev
    2023年10月2日
    pkgx has automated release packaging 🚢 If a package that already exists in pkgx releases a new version, our automation kicks off a new build process. That's how we are running Python 3.12 within 5 hours after its release. github.com/python/cpython…
    00:00
    6.2K
  • user avatar
    pkgx
    @pkgxdev
    2023年11月28日
    Here are 5 essential cli tools every developer should have: 1. git 2. bat 3. httpie 4. tldr 5. lazygit 1. git: Git is a distributed version control system (DVCS) that is widely used for tracking changes in source code during software development. 2. bat: Bat is a better way to
    00:00
    814
  • user avatar
    pkgx
    @pkgxdev
    2023年10月20日
    Every day is new package day! 🎉 Today @wasmerio comes to `pkgx`. Run, Publish & Deploy any code, anywhere (using web-assembly—super cool). Kudos to @RajdeepTG for the PR! Just type `pkgx --sync wasmer --help`
    3.8K
  • user avatar
    pkgx
    @pkgxdev
    2023年11月14日
    🎉 Exciting news, we're pleased to announce @KaspaCurrency's Kaspad project as our 1000th pkgd project 🎉 github.com/pkgxdev/pantry… pkgx.dev/pkgs/github.co…
    +kaspa by jhheider · Pull Request #4068 · pkgxdev/pantry
    From github.com
    25K
  • user avatar
    pkgx
    @pkgxdev
    2023年11月21日
    What are some of the CLI tools you use on a daily?
    2.2K
  • user avatar
    pkgx
    @pkgxdev
    2023年11月18日
    With pkgx just type it and you get it. There’s no memorizing weird-ass package names chosen by someone who only half-cared. Under the hood though we use fully-qualified names to ensure uniqueness. And like every good tool, we only expose them when we have to. eg:
    3.3K
  • user avatar
    pkgx
    @pkgxdev
    2024年1月10日
    Good morning developers! We're excited to announce mash.pkgx.sh a gallery of useful scripts. Here's a demo using the youtube video transcription script created by @mxcl
    00:00
    1.4K
  • user avatar
    pkgx
    @pkgxdev
    2023年12月13日
    This one is for the pkgers and contributors! We're super excited to announce the release of brewkit V1!🚀 This update changes the pkg command used in pkging to a more appropriately named bk, better differentiating it from the pkgx command. To update to the latest version, make
    663

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up