Skip to main content

Does Monday Code allow packages to install programs?

  • June 23, 2025
  • 1 reply
  • 37 views

Trudy

I’m new to Monday app development and trying to understand how Monday Code works.

I want to write a Python program that uses a package called pyppeteer. This package will install chromium when it’s first run if chromium doesn’t exist on the computer it’s running on. That kind of thing sounds like a security risk for Monday Code to allow a program to do, so I’m thinking Monday Code isn’t going to allow this to run if I try to host it there. Am I going to have to host my Python program elsewhere and point my app to that hosting instead?

1 reply

dvdsmpsn
Forum|alt.badge.img+1
  • Participating Frequently
  • June 23, 2025

Being as monday-code is essentially running serverless, you could consider taking inspiration from here:

Medium – 14 Oct 20