nimble

Package manager for the Nim programming language. (by nim-lang)

Nimble Alternatives

Similar projects and alternatives to nimble

  1. nitter

    960 nimble VS nitter

    Alternative Twitter front-end

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Nim

    356 nimble VS Nim

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

  4. Docusaurus

    303 nimble VS Docusaurus

    Easy to maintain open source documentation websites.

  5. CyberChef

    301 nimble VS CyberChef

    The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis

  6. esphome

    ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.

  7. cosmopolitan

    build-once run-anywhere c library

  8. datasette

    197 nimble VS datasette

    An open source multi-tool for exploring and publishing data

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. firejail

    Linux namespaces and seccomp-bpf sandbox

  11. croc

    137 nimble VS croc

    Easily and securely send things from one computer to another :crocodile: :package:

  12. automatic-ripping-machine

    Automatic Ripping Machine (ARM) Scripts

  13. lsp-mode

    119 nimble VS lsp-mode

    Emacs client/library for the Language Server Protocol

  14. postgrest

    112 nimble VS postgrest

    REST API for any Postgres database

  15. RxJS

    111 nimble VS RxJS

    A reactive programming library for JavaScript

  16. NoiseTorch

    Real-time microphone noise suppression on Linux.

  17. RFCs

    A repository for your Nim proposals. (by nim-lang)

  18. StackStorm

    25 nimble VS StackStorm

    StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html

  19. ultimatepp

    U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).

  20. fasd

    18 nimble VS fasd

    Discontinued Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.

  21. greenclip

    10 nimble VS greenclip

    Simple clipboard manager to be integrated with rofi - Static binary available

  22. Arraymancer

    A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nimble alternative or higher similarity.

nimble discussion

Log in or Post with

nimble reviews and mentions

Posts with mentions or reviews of nimble. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-02.
  • Ask HN: What are some unpopular technologies you wish people knew more about?
    56 projects | news.ycombinator.com | 2 Dec 2023
    I was using Nim for some of last years Advent of Code problems. I was mostly liking the syntax. Was a bit bother by the standard library have a snake case and camel case reference for each function (if I'm remember that correctly).

    At the time nimble also required me to have NPM to install the the Nim package manager, Nimble. This was not ideal, but looking at [the nimble project install docs](https://github.com/nim-lang/nimble#installation) it seems like it is now package with the language.

    Might try dusting it off for some AoC puzzles this year :)

  • My Nim Development Weekly Report (2/19)
    4 projects | dev.to | 3 Mar 2023
    nimble develop -g doesn't work A possible solution is to add "g" to where "global" is placed.
  • nimble run --example (PR)
    1 project | /r/nim | 21 Sep 2022
  • Question about nimble
    2 projects | /r/nim | 23 Jan 2022
    I meant it's unfortunate that Nimble has no standard system-wide library management. It's one of the mains thing holding Nim back from being more prevalent in the Linux sphere in my opinion.
  • Alternative privacy-respecting front ends for popular services
    5 projects | news.ycombinator.com | 23 Dec 2021
    `nimble` is the package manager for the programming language `nim` [1].

    From [2], we can see that `nimble scss` simply generates the CSS files for the frontend.

    The benefit of OSS is you can answer these questions yourself with a bit of poking around! IMO this is a fairly standard installation process, maybe the fact that it's using Nim instead of a more mainstream language makes it look more daunting than it is. The only out-of-the-ordinary thing here, IMO, is `nimble build` instead of `make build`.

    [1]: https://github.com/nim-lang/nimble

    [2]: https://github.com/zedeus/nitter/blob/master/nitter.nimble

  • Nim 1.6.2
    6 projects | news.ycombinator.com | 17 Dec 2021
    Something I'm excited about: v1.6.2 integrates support for (not yet released) Nimble[1] v0.14, which introduces lockfiles. I've had terrible experiences with lockfiles in JS land, but they are sorely needed for Nim projects as (fingers crossed) they'll allow for reproducible builds without having to resort to the nimbus-build-system[2]. The latter isn't completely horrible — a lot of much appreciated hard work has gone into it, and it's been a real workhorse — but some days it feels like a big ball and chain.

    [1] https://github.com/nim-lang/nimble#nimble

    [2] https://github.com/status-im/nimbus-build-system

  • What are some anti features in a language?
    1 project | /r/ProgrammingLanguages | 8 Jun 2021
    So you wouldn't have a problem with a package manager where the configuration is in the same language, such as Nimble?
  • What best IDE/editor for NIM now.
    1 project | /r/nim | 17 May 2021
    if you structure your project with nimble (which can be be used for both libraries and applications) you can use nimble build and nimble run. While I do use nimble for managing dependencies for projects I don't use these commands that often while developing, e.g. because I'm working on a single test or something like that.
  • Using Ruby
    1 project | /r/ruby | 6 Jan 2021
    Having similar syntax to Ruby makes it easier to port Ruby code to Crystal (ex: digest-crc -> digest-crc.cr). The Crystal stdlib is very complete and they have a growing "shards" ecosystem, roughly the same age as Rust's https://crates.io or Nim's nimble. You should look into Crystal again.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 21 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic nimble repo stats
9
1,293
8.9
18 days ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com