Fig Docs
  • 🏠Welcome to Fig
  • 👋Get Started
    • Download and Install
    • `fig home`
      • My Apps
      • The Sidebar
      • Settings
    • The Fig App Store
    • Hotkeys
  • 💪Autocomplete
  • 😀The Fig CLI
    • 1. Fig Overrides
    • 2. Fig Aliases
    • 3. $FIGPATH
    • 4. Fig Apps
  • 📖Interactive Runbooks
    • Form Elements
      • Input
      • Textarea
      • Dropdown
      • Checkboxes
      • Buttons
    • Templating & Interpolation
    • Scripting Language (Psilo)
      • Full List of Functions
    • Running Runbooks
    • Full Examples
  • ⚒️ Build your own CLI
    • `fig build`
    • .fig Files
  • 🧰Build your own App
    • Get Started
    • App Lifecycle
    • Key Concepts
      • Running Shell Commands
      • Reading Environment Variables
      • Accessing Files & Saving Data
      • Loading Local Resources
    • Window Managment
      • Setting Window Properties
      • Repositioning the Window
      • Focusing & Blurring the Window
    • Advanced
      • Creating a Pseudo-Terminal Session
  • Other
    • Fig for Teams
    • Security & Privacy
    • FAQ
    • Contact Us
  • Interactive Runbooks
Powered by GitBook
On this page
  • Next Version of the App Store
  • Permissions
  1. Get Started

The Fig App Store

PreviousSettingsNextHotkeys

Last updated 4 years ago

The Fig App Store lets users browse and download apps built specifically for the Fig platform. All apps on the App Store are open source.

Installing an app will add it to your and also make it accessible through the .

To open an app you have installed, simply run fig app_identifier where the app_identifier is the unique name of the appear. This appears under the app name under my apps. Some examples:

  • fig curl

  • fig dir

  • fig psql

  • fig google hello world

The current Fig App Store is very simple but is getting revamped by early August as described below.

Next Version of the App Store

(The next version of the Fig App Store will be available by the end of July / early August)

Clicking an app will feature a popup window that contains:

  • A longer description

  • Documentation

    • Including subcommands and examples

  • Screenshots and demos

  • Version history

  • Author information

  • Links to open source repo

  • Permission (below)

  • App installation and usage analytics

Permissions

Before installing an App, a user must agree to the permissions each app is requesting. These permissions will be available on each App's page and are alerted again before you install an app. If you do not agree to the permissions, do not install or open the app. If you are unsure, all apps on the Fig Apps are open source meaning you can verify the code yourself.

Examples of permissions include:

  • Access to HTTP requests

  • Read from the filesystem

  • Write to the file system

  • Execute shell commands in the background

  • Insert commands in your terminal

  • Run commands in your terminal

  • Run potentially dangerous commands (such as rm)

Security and Privacy is something Fig takes seriously. Before apps are listed on the App Store, they are vetted by Fig. You can read more about the vetting process on the .

👋
Security & Privacy page
Sidebar
Fig CLI