All Projects → buildfoundation → Mainframer

buildfoundation / Mainframer

Licence: apache-2.0
Tool for remote builds. Sync project to remote machine, execute command, sync back.

Programming Languages

rust
11053 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Mainframer

Elkarbackup
Open source backup solution for your network
Stars: ✭ 247 (-83.9%)
Mutual labels:  rsync, ssh
Mainframer Intellij Plugin
An intellij idea plugin for mainframer project
Stars: ✭ 125 (-91.85%)
Mutual labels:  rsync, ssh
Sync
syncs your local folder with remote folder using scp
Stars: ✭ 293 (-80.9%)
Mutual labels:  rsync, ssh
Rsync Incremental Backup
Configurable bash script to send incremental backups of your data to a local or remote target
Stars: ✭ 150 (-90.22%)
Mutual labels:  rsync, ssh
PyFiSync
Python (+ rsync or rclone) based intelligent file sync with automatic backups and file move/delete tracking.
Stars: ✭ 88 (-94.26%)
Mutual labels:  ssh, rsync
Docker Sshd
Minimal Alpine Linux Docker image with sshd exposed and rsync installed
Stars: ✭ 291 (-81.03%)
Mutual labels:  rsync, ssh
Rsync
In the process of being transitioned to a node.js action.
Stars: ✭ 53 (-96.54%)
Mutual labels:  rsync, ssh
Clustermq
R package to send function calls as jobs on LSF, SGE, Slurm, PBS/Torque, or each via SSH
Stars: ✭ 106 (-93.09%)
Mutual labels:  ssh
Yubikey Agent
yubikey-agent is a seamless ssh-agent for YubiKeys.
Stars: ✭ 1,744 (+13.69%)
Mutual labels:  ssh
Btrfs Sxbackup
Incremental btrfs snapshot backups with push/pull support via SSH
Stars: ✭ 105 (-93.16%)
Mutual labels:  ssh
Libapps Mirror
Mirror of the official libapps repo from https://chromium.googlesource.com/apps/libapps/
Stars: ✭ 103 (-93.29%)
Mutual labels:  ssh
Punk.py
unix SSH post-exploitation 1337 tool
Stars: ✭ 107 (-93.02%)
Mutual labels:  ssh
Mole
CLI application to create ssh tunnels focused on resiliency and user experience.
Stars: ✭ 1,520 (-0.91%)
Mutual labels:  ssh
Github Authorized Keys
Use GitHub teams to manage system user accounts and authorized_keys
Stars: ✭ 106 (-93.09%)
Mutual labels:  ssh
Ts3 Nodejs Library
TeamSpeak 3 Server Query Library supports SSH and RAW Query
Stars: ✭ 110 (-92.83%)
Mutual labels:  ssh
Lastpass Ssh
SSH key management with LastPass
Stars: ✭ 105 (-93.16%)
Mutual labels:  ssh
Awesome Terminal Commands
An awesome resource listing and explaining various commonly used *nix commands
Stars: ✭ 109 (-92.89%)
Mutual labels:  ssh
Ssh2 Promise
ssh with promise/async await and typescript support
Stars: ✭ 110 (-92.83%)
Mutual labels:  ssh
Leash
Browser Shell
Stars: ✭ 108 (-92.96%)
Mutual labels:  ssh
Sshkit.ex
An Elixir toolkit for performing tasks on one or more servers, built on top of Erlang’s SSH application.
Stars: ✭ 108 (-92.96%)
Mutual labels:  ssh

Mainframer

A tool that executes a command on a remote machine while syncing files back and forth. The process is known as remote execution (in general) and remote build (in particular cases).

Mainframer helps to move heavy operations (like compiling the source code) from a personal computer to a dedicated machine. This way you, as a developer, can use your machine for changing the source code or browsing the documentation without constant freezes and hearing jet engine-like sounds caused by the build process. The execution itself is not limited and can be applied to actions like encoding audio and video, batch processing and more.

It works via pushing files to the remote machine, executing the command there and pulling results to the local machine.

$ mainframer ./gradlew build
Sync local → remote machine...
:build
BUILD SUCCESSFUL
Sync remote → local machine...

$ java -jar build/libs/sample.jar
This program was built on a remote machine!

State of the Project

Documentation

Getting Started

Configuration

Integrations

Transfer Notice

In October 2018, Mainframer was transferred from github/gojuno to github/buildfoundation. It was a friendly agreement between Juno Inc. and Build Foundation after the core developer of the project @artem-zinnatullin left the company.

The motivation for the transfer is to have a neutral space for the future work on the project.

License

Copyright 2018 Mainframer Maintainers.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].