24 comments

  • digitaltrees a few seconds ago

    Cool project. I am working on a JavaScript dialect for my kids and non technical team members. I’ll target and as a run time.

  • carimura 16 minutes ago

    i was just joking about Anthropic's `ant` CLI not caring about Apache `ant` (maybe one person got it), and now we're talking about Javascript `ant`!

  • egnehots 4 minutes ago

    You're stating: "delivers near-V8 speeds"

    But according to zoo.js benchmarks that is far from the case:

    https://zoo.js.org/

    Unless there were major perf gains since 2026-02-10?

      theMackabu 2 minutes ago

      many, the engine has basically gone through a full rewrite since feb, that was still mostly interpt and missing many jit ops.

      nightly will include benchmarks soon as well

  • skybrian 6 minutes ago

    Could you use the JSR package registry instead of setting up a new one?

  • djfobbz 17 minutes ago

    I can't get Bun to work under WSL1, which is super annoying. Does Ant support WSL1?

      theMackabu 16 minutes ago

      unknown, have not tried. but let me know if it does work

        nesarkvechnep 11 minutes ago

        You might also try playing the piano. Who knows, you might know how to play.

  • theMackabu 21 minutes ago

    LATEST RELEASE REQUIRES A STATIC RELEASE HOTFIX!!

    https://github.com/theMackabu/ant/actions/runs/29167621329.

    im very sorry everyone who tried to install and got a libcares error :(

      rvz 19 minutes ago

      ok?

  • dvh 30 minutes ago

    What's the benefits over v8?

      theMackabu 28 minutes ago

      its ~8mb including the entire runtime and node-compat work. pretty simple to embed anywhere as well

  • Imustaskforhelp 35 minutes ago

    I have actually known* about Ant for some time from your previous submissions and its really interesting and I wish the project luck!

    Do you think that Ant could be used to create a small index.html/css/js project into an desktop app minimally.

    I currently found deno desktop which is pretty recent to be the easiest way of doing this for one of my projects (https://epub.mirror.forum) but I found there to be some issues within deno-desktop in terms of some features not working on the desktop app but I overall really like the idea of converting these files into desktop apps and I am wondering if ant could be suitable for that, so I am curious to hear what you think :-D

      theMackabu 30 minutes ago

      just got the thing for you actually! literally just finished a stable version last night, https://www.npmjs.com/package/ant-desktop. WIP still, chromium only renderer backend but webview and other backends coming soon as well. no local ant install needed as libant is bundled, when CI finishes ill have windows/linux builds too

        Imustaskforhelp 24 minutes ago

        Oh great! it seems, that great thinkers think alike :-D

        Good to see that you are already working on it though, Good luck and I will hopefully try to keep a keen eye on the project for my use-cases when I need something more flexible than rust iced applications but also having a small footprint. It's good to see more competition within this space so good luck with that!

      douxx 31 minutes ago

      Ant desktop is currently in development, from what I recall http://ants.land/ant-desktop

        Imustaskforhelp 17 minutes ago

        Hmm, the ants.land website in general isn't resolving for my desktop but it is resolving for my laptop, a bit strange.

        It states: Server Not Found, Zen can’t connect to the server at ants.land What can you do about it? Try connecting on a different device. Check your modem or router. Disconnect and reconnect to Wi-Fi.

        yet my laptop which also uses zen which is also connected to the same Wi-Fi resolves the page so I am not sure.

          douxx 16 minutes ago

          Weird, maybe your DNS settings on your desktop or an extension blocking it?

          theMackabu 14 minutes ago

          thats very weird, its hosted on cloudflare workers atm. might be blocked by your isp? ive seen that happen to .land

            Imustaskforhelp 3 minutes ago

            Oh I think that I might be getting it now but I had an custom nextdns profile set up on my browser using nextdns with some more aggressive setups using typosquatting protection etc.

            It seems that changing the dns setting made it resolve and afterwards even going back to the same profile is now (resolving it again?) [Could it be that the domain is now cached not needing to go to the dns provider] but I guess that I wouldn't blame you guys about it so much and just wanted to inform y'all of it :-D

            > ive seen that happen to .land

            interesting, is there any reason behind DNS/(ISP?) providers blocking .land domains?

  • esafak 31 minutes ago

    I hope you get some collaborators, to increase the bus factor. You might want to write a roadmap to focus efforts.

  • bellowsgulch 17 minutes ago

    > Something you could distribute without dragging along hundreds of megabytes of V8 or Node.

    Holy crap, V8 is that big now? Very interested in this for embedding purposes.