Skip to content

deref/exo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 14, 2022
1fa5987 · May 14, 2022
Oct 26, 2021
Oct 27, 2021
May 14, 2022
May 14, 2022
May 14, 2022
Oct 21, 2021
May 14, 2022
May 14, 2022
May 14, 2022
May 14, 2022
May 14, 2022
Aug 6, 2021
May 14, 2022
May 14, 2022
Nov 19, 2021
Oct 26, 2021
Nov 16, 2021
Jul 16, 2021
Oct 21, 2021
Oct 20, 2021
Nov 19, 2021
Oct 20, 2021
May 14, 2022
Nov 16, 2021
Nov 16, 2021
Oct 26, 2021
May 14, 2022
May 14, 2022
May 14, 2022
May 14, 2022
Oct 7, 2021
Jul 22, 2021

Repository files navigation

exo: a process manager & log viewer for dev

exo- prefix – external; from outside.

The Exo GUI

Features

  • Procfile and Docker Compose compatible process manager.
  • Terminal commands and browser-based-GUI for all functionality.
  • Multiplexed, colorizing log tailing. Toggle visibility of individual logs.
  • Dynamic process supervision: create, start, stop, restart, delete.

Getting Started

Install Exo:

curl -sL https://exo.deref.io/install | bash

If you prefer package managers or manual installation, see the install docs for details, including uninstall instructions.

Navigate to your code directory and then launch the Exo gui:

exo gui

To use exo as a drop-in replacement for foreman or docker-compose, use run instead:

exo run

This will work automatically with your Procfile, compose.yaml, or similarly named manifest files. The run command also accepts an explicit filename, if you have multiple configurations to choose from.

For more, checkout the Exo documentation, watch some videos or consult the builtin help by running exo help.


Support

Feel free to open an issue, tweet at us, start a discussion, or pop-in to our #exo Slack channel.

Telemetry

exo collects limited and anonymous telemetry data by default. This behavior can be disabled by adding the following setting to your exo config (located at ~/.exo/config.toml by default):

[telemetry]
disable: true