What does JFrog do?
JFrog provides a bunch of products and services around DevOps, i.e. taking your software and deploying it to the world.
Last updated: February 25, 2025
JFrog provides a bunch of products and services around DevOps , i.e. taking your software and deploying it to the world. Their most popular lines deal with package and dependency management.
-
Software is mostly developed locally (on a personal computer), and then later deployed remotely to a group of powerful servers to run in “production”
-
The process of deploying that software - especially as teams use more and more open source packages - can get pretty complex
-
JFrog provides products that take your local software and get it ready for deployment, manage those packages, scan for security vulnerabilities, and other nice things
Adoption is comically high, with literally 75% of the Fortune 100 as customers (seems suspicious tbh). JFrog IPOd in 2020, and their market cap at the time of writing is around $5B. So they’re definitely on to something.
Terms Mentioned
Companies Mentioned
The JFrog core product: DevOps automation
DevOps today is riddled with issues; it’s hard. Infrastructure is more complicated, software is at a larger scale, and engineering teams are releasing new versions constantly.
On top of that, most software that’s built today relies on packages of other software, mostly open source. When you use these packages in your application, they save you a lot of time, but also surface some new problems: how do you deal with versioning? Where do you host them? And how do you make sure they’re secure?
JFrog provides a group of integrated products that attempts to solve all of these major DevOps issues together - moving your software from local to remote, managing packages, and building CI/CD pipelines.
The core JFrog product is called Artifactory. In software, the word artifact refers to pretty much any static group of code (your application, a package). Artifactory lets you upload your code and dependencies (the packages you’re using) through a simple REST API, and distribute them to your servers or customers across a globally distributed network (so it’s fast).