nowfound

Dev tools · June 16, 2022

LS

Lockable – sync locks for distributed systems

Hi guys, creator of lockable here - the easiest way to think of lockable is as `flock` for when you don’t have a shared file system. You can use it to control concurrent access to resources or to ensure only a single instance of a process runs at any given time. Your processes can acquire, refresh and release locks via simple HTTP requests, so it’s language/framework agnostic. E.g. with `curl`: $ curl https://lockable.dev/api/acquire/my-lock-name { "response": true //or false, if the lock wasn’t available } $ curl…

In plain words

Lockable is a distributed locking service that works via HTTP requests, designed for controlling concurrent access to resources across systems without a shared file system. It lets processes acquire, refresh, and release locks through simple API calls, making it language and framework agnostic. Users can interact with it via curl or a Python client. It's intended for developers who need to ensure only one instance of a process runs at a time or manage resource access in distributed environments.

written from the facts on this page · September 2026

From the sources

In the maker’s words, at launch

Hi guys, creator of lockable here - the easiest way to think of lockable is as `flock` for when you don’t have a shared file system. You can use it to control concurrent access to resources or to ensure only a single instance of a process runs at any given time. Your processes can acquire, refresh and release locks via simple HTTP requests, so it’s language/framework agnostic. E.g. with `curl`: $ curl https://lockable.dev/api/acquire/my-lock-name { "response": true //or false, if the lock wasn’t available } $ curl https://lockable.dev/api/release/my-lock-name There’s also a Python client[0], which makes using the service a more pleasant experience. Feel free to play around, the free tier is fully functional. Happy to hear any feedback you might have. [0]: https://docs.lockable.dev/en/latest/python-client/

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • Open-source GTM skills for technical founders

    Dev tools · 29d ago · gtmcofounder.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 1d ago · opentrailpaper.com

Launched alongside, June 2022

the whole month →