All Projects → pebakery → Pebakery

pebakery / Pebakery

Licence: other
PEBakery is a script engine that specializes in customizing the Windows Preinstalled Environment (WinPE/WinRE).

Projects that are alternatives of or similar to Pebakery

Lily
This repository has moved: https://gitlab.com/FascinatedBox/lily
Stars: ✭ 1,081 (+1251.25%)
Mutual labels:  interpreter
Birlscript
Interpretador da linguagem BirlScript
Stars: ✭ 62 (-22.5%)
Mutual labels:  interpreter
Python lite
[WIP] A simple, lightweight implementation of python3 language.
Stars: ✭ 77 (-3.75%)
Mutual labels:  interpreter
Littlelang
A little language interpreter written in Go
Stars: ✭ 56 (-30%)
Mutual labels:  interpreter
Flashforth
FlashForth development
Stars: ✭ 60 (-25%)
Mutual labels:  interpreter
Joker
Small Clojure interpreter, linter and formatter.
Stars: ✭ 1,161 (+1351.25%)
Mutual labels:  interpreter
Mir
A light-weight JIT compiler based on MIR (Medium Internal Representation)
Stars: ✭ 1,075 (+1243.75%)
Mutual labels:  interpreter
Tagha
Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
Stars: ✭ 79 (-1.25%)
Mutual labels:  interpreter
Sablejs
🏖️ The safer and faster ECMA5.1 interpreter written by JavaScript
Stars: ✭ 60 (-25%)
Mutual labels:  interpreter
Oh
A new Unix shell.
Stars: ✭ 1,206 (+1407.5%)
Mutual labels:  interpreter
Reoscript
JavaScript-like script language engine for .NET Application. Easy to plug in .NET Application and making API extension for script. Enhanced syntax and features are also available such as lambda expression, call setTimeout with arguments, etc...
Stars: ✭ 57 (-28.75%)
Mutual labels:  interpreter
Zepto
A schemy Lisp backed by Haskell
Stars: ✭ 60 (-25%)
Mutual labels:  interpreter
Mini Interpreter
A Simple Scripting Language
Stars: ✭ 72 (-10%)
Mutual labels:  interpreter
Yasl
Bytecode Interpreter for Yet Another Scripting Language (YASL).
Stars: ✭ 55 (-31.25%)
Mutual labels:  interpreter
Smallbasic
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax
Stars: ✭ 78 (-2.5%)
Mutual labels:  interpreter
Tablam
The practical relational programing language for data-oriented applications
Stars: ✭ 55 (-31.25%)
Mutual labels:  interpreter
Pascalnide
Pascal Compiler for Android
Stars: ✭ 63 (-21.25%)
Mutual labels:  interpreter
Rs Monkey Lang
Monkey Programming Language written in Rust.
Stars: ✭ 80 (+0%)
Mutual labels:  interpreter
Goto
Goto is an interpreted programming language written in go.
Stars: ✭ 79 (-1.25%)
Mutual labels:  interpreter
Ntphp
Ever wanted to execute PHP in your kernel driver? Look no further!
Stars: ✭ 76 (-5%)
Mutual labels:  interpreter

PEBakery

PEBakery is a script engine that specializes in customizing the Windows Preinstalled Environment (WinPE/WinRE).

Branch Build Status
Master CI Master Branch Build Status
Develop CI Develop Branch Build Status

PEBakery is backward compatible with WinBuilder 082 and makes significant improvements upon it.

Disclaimer

  • All implementation is only backed by documentation and black box testing, without violating WinBuilder 082's EULA.
  • The developers do not provide any warranty, use at your own risk. Backup is highly recommended.
  • Windows Preinstalled Environment is a registered trademark of Microsoft.

Download

The official release version is recommended for general use.

A nightly build is provided for testing purposes.

CAUTION: Do not forget to set the proper compatibility options for your projects. We have prepared a special Migrating from Winbuilder guide, so you know what script breaking changes to expect and when compatibility options need to be enabled.

Prerequisites

Beta 6 Release

PEBakery beta 6 runs on .NET Framework 4.7.2.

If you are using Windows 10 v1803 or later, no action is necessary. If not, please install .NET Framework 4.7.2.

Nightly Builds

Starting from beta 7, PEBakery runs on .NET Core 3.1.

  • Standalone Nightly do not require any runtime installed, but runs only on x64 Windows.
  • Runtime Dependent Nightly runs on both x64 and x86 Windows, but requires .NET Core 3.1 Desktop Runtime to be installed.

License

PEBakery is primarily licensed under GPLv3 or any later version with additional permission.

Some parts of PEBakery are licensed under the MIT License and other licenses.

Please read LICENSE for details.

Documentation

Please read the Official PEBakery Manual.

Testers using nightly builds should refer to the developer branch Official PEBakery Manual (develop).

Progress and TODO

See our Roadmap.

Build Instructions

.NET Core SDK, Windows SDK, and MSVC are required to compile PEBakery from the source.

Requirement

If you are a contributor, we recommend using a full-featured Visual Studio for the best development experience.

Compiling

Nightly binaries can be compiled by running BinaryPublish.ps1 -nightly on PowerShell.

  • Publish\PEBakery-nightly-rt : Runtime-dependent binary
  • Publish\PEBakery-nightly-sc : Standalone binary

Testing

To run a PEBakery with a project (Win10XPE, ChrisPE, etc.), follow one of the given instructions.

NOTE: <ProjectPath> is the directory that contains Projects directory from the PE building project.

  1. (Simple) Copy PEBakeryLauncher.exe and Binary inside <ProjectPath>, and run PEBakeryLauncher.exe.
  2. (Advanced) Launch PEBakeryLauncher.exe or PEBakery.exe with /baseDir parameter.
    $ .\PEBakeryLauncher.exe /baseDir <ProjectPath>
    # or
    $ .\Binary\PEBakery.exe /baseDir <ProjectPath>
    

Screenshots

PEBakery Beta 6

Win10XPE with PEBakery Beta 6

ChrisPE with PEBakery Beta 6

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].