RoboCorp

Set of tooling that allows to create automation packages

Stars
389
Forks
79
Open issues
0
Closed issues
37
Last commit
6 months ago
Watchers
389
Total releases
0
Total commits
485
Open PRs
0
Closed PRs
11
Repo URL
Project Website
https://robocorp.com/
Platform
License
apache-2.0
Category
Offers premium version?
NO
Proprietary?
NO
About

RCC is a set of tooling that allows you to create, manage, and distribute Python-based self-contained automation packages - or robots 🤖 as we call them. And run them on soft-containers that have access to rest of your machine.

Together with robot.yaml configuration file, rcc is a foundation that allows anyone to build and share automation with ease.

RCC is actively maintained by Robocorp.

Why use rcc?

  • Are developers manually installing conda or pip packages? Here rcc makes it easier for developers to just worry about getting conda.yaml and robot.yaml right, and then let rcc to do the heavy lifting of keeping environments pristine, clean, and up to date.
  • Have you run into "works on my machine" problem, where the original developer has a working setup, but others have a hard time repeating the experience? In this case, let rcc help you to set up repeatable runtime environments across users and operating systems.
  • Have you experienced "configuration drift", where once working runtime environment dependencies get updated and break your production system? Here rcc can help by either making drift visible or freezing all dependencies so that drifting does not happen.
  • Do you have python programs that have conflicting dependencies? There rcc can help by making dedicated runtime environments for different setups, where different robot.yaml files define what to run and conda.yaml defines runtime environment dependencies

Getting Started

⏬ Install rcc

Install or Download RCC

:octocat: Pull robot from GitHub:

rcc pull github.com/robocorp/example-google-image-search

🏃 Run robot

rcc run

🐣 Create your own robot from template

rcc robot initialize -t standard

For detailed instructions, visit Robocorp RCC documentation to get started. To build rcc from this repository see the Setup Guide

Installing RCC from command line Windows

  1. Open the command prompt
  2. Download: curl -o rcc.exe https://downloads.robocorp.com/rcc/releases/latest/windows64/rcc.exe
  3. Add to system path: Open Start -> Edit the system environment variables
  4. Test: rcc

macOS Brew cask from Robocorp tap

  1. Install: brew install robocorp/tools/rcc
  2. Test: rcc

Upgrading: brew upgrade rcc

Raw download

  1. Open the terminal
  2. Download: curl -o rcc https://downloads.robocorp.com/rcc/releases/latest/macos64/rcc
  3. Make the downloaded file executable: chmod a+x rcc
  4. Add to path: sudo mv rcc /usr/local/bin/
  5. Test: rcc

Linux

  1. Open the terminal
  2. Download: curl -o rcc https://downloads.robocorp.com/rcc/releases/latest/linux64/rcc
  3. Make the downloaded file executable: chmod a+x rcc
  4. Add to path: sudo mv rcc /usr/local/bin/
  5. Test: rcc

Direct downloads for signed executables provided by Robocorp

Follow above link to download site. Both tested and bleeding edge versions are available from same location.

EULA for pre-built distribution.

Documentation

Visit https://robocorp.com/docs to view the full documentation on the full Robocorp stack.

Changelog can be seen here. It is also visible inside rcc using command rcc docs changelog.

Some tips, tricks, and recipes can be found here. They are also visible inside rcc using command rcc docs recipes.

Community and Support

The Robocorp community can be found on Developer Slack, where you can ask questions, voice ideas, and share your projects.

You can also use the Robocorp Forum

License

Apache 2.0

Alternative Projects

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.