{"id":13464517,"url":"https://github.com/andrescv/Jupiter","last_synced_at":"2025-03-25T11:31:44.555Z","repository":{"id":52340711,"uuid":"115159336","full_name":"andrescv/jupiter","owner":"andrescv","description":"RISC-V Assembler and Runtime Simulator","archived":false,"fork":false,"pushed_at":"2024-06-08T23:17:39.000Z","size":52214,"stargazers_count":425,"open_issues_count":13,"forks_count":37,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-03-21T02:52:29.600Z","etag":null,"topics":["asm","assembler","education","risc","risc-v","riscv","riscv-simulator","runtime","runtime-simulator","rv32","rv32g","simulator"],"latest_commit_sha":null,"homepage":"https://jupitersim.gitbook.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrescv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-23T00:18:21.000Z","updated_at":"2025-03-12T16:05:20.000Z","dependencies_parsed_at":"2024-06-20T09:18:53.695Z","dependency_job_id":"5ec8151f-9777-4f76-a8c6-ee4d1721e370","html_url":"https://github.com/andrescv/jupiter","commit_stats":{"total_commits":917,"total_committers":7,"mean_commits":131.0,"dds":"0.018538713195201728","last_synced_commit":"c51efb6bc925abb37a9c1316a40b1fc458d62ed5"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrescv%2Fjupiter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrescv%2Fjupiter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrescv%2Fjupiter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrescv%2Fjupiter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrescv","download_url":"https://codeload.github.com/andrescv/jupiter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245454023,"owners_count":20617963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asm","assembler","education","risc","risc-v","riscv","riscv-simulator","runtime","runtime-simulator","rv32","rv32g","simulator"],"created_at":"2024-07-31T14:00:45.426Z","updated_at":"2025-03-25T11:31:41.926Z","avatar_url":"https://github.com/andrescv.png","language":"JavaScript","funding_links":[],"categories":["Симуляторы [ assembler and runtime simulator ]"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/andrescv/Jupiter/\"\u003e\n    \u003cimg src=\"./.github/jupiter.png\" alt=\"Jupiter\" width=\"400\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\u003cbr\u003e\n  \u003ca href=\"https://github.com/andrescv/Jupiter/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-GPL%20v3-blue.svg\" alt=\"License: GPL v3\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://dev.azure.com/andrescv/Jupiter\"\u003e\n    \u003cimg src=\"https://dev.azure.com/andrescv/Jupiter/_apis/build/status/andrescv.Jupiter?branchName=master\" alt=\"Azure Pipelines\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://dev.azure.com/andrescv/Jupiter\"\u003e\n    \u003cimg src=\"https://img.shields.io/azure-devops/coverage/andrescv/Jupiter/4.svg\" alt=\"Coverage\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/andrescv/Jupiter/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/release/andrescv/Jupiter/all.svg\" alt=\"Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/andrescv/Jupiter/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/downloads/andrescv/Jupiter/total.svg\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/andrescv/Jupiter/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/andrescv/Jupiter.svg\" alt=\"issues\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n**Jupiter** is an open source and education-oriented RISC-V assembler and runtime simulator. It is written in Java and capable of simulate all the instructions of the base integer ISA (`I` extension) plus the `M` and `F` extensions (**RV32IMF**), including all the pseudo-instructions described in the user-level instruction set manual\u003csup\u003e1\u003c/sup\u003e. It was developed taking into account that it could be used in various courses such as: _Computer Architecture, Compilers_ and _Assembly Programming_.\n\n### Features\n\n* **User Friendly**: Jupiter was designed focused on education and for all the people that are getting to know the RISC-V architecture. It places for priority the user experience. Jupiter has two modes of operation (_Command Line Interface_ and _Graphical User Interface_) and both of these were developed to be intuitive and easy to use.\n\n* **Modularity**: Jupiter can assemble and simulate several files at once, not everything has to be one file of 1,000 lines of code. Simply indicate by a global label what is the main starting point of the program. This permits modularity and enables the creation of projects and laboratories more easily.\n\n* **Feedback**: People using Jupiter gets feedback on what they are doing wrong :100:. The simulator shows different types of errors like: syntax errors, when trying to access reserved memory or when trying to write to a read-only memory.\n\n* **Cross-platform**: Jupiter is available for **Linux** (_Ubuntu_), **macOS** and **Windows**.\n\n### Documentation\n\nPlease visit the following [link](https://docs.riscvsim.com/) for more info and documentation.\n\n### Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./.github/gui.png\" alt=\"Jupiter GUI mode\"/\u003e\n  \u003cstrong\u003eGUI Mode\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./.github/cli.png\" alt=\"Jupiter CLI mode\" /\u003e\n  \u003cstrong\u003eCLI Mode\u003c/strong\u003e\n\u003c/p\u003e\n\n### Installation\nDownload the app image for your operating system and unzip the file:\n\n* [Jupiter v3.1 - Linux (Ubuntu)](https://github.com/andrescv/Jupiter/releases/download/v3.1/Jupiter-3.1-linux.zip)\n* [Jupiter v3.1 - macOS](https://github.com/andrescv/Jupiter/releases/download/v3.1/Jupiter-3.1-mac.zip)\n* [Jupiter v3.1 - Windows](https://github.com/andrescv/Jupiter/releases/download/v3.1/Jupiter-3.1-win.zip)\n\n#### Running Jupiter on Linux or macOS\n\n```shell\n./image/bin/jupiter # for GUI mode\n./image/bin/jupiter [options] \u003cfiles\u003e # for CLI mode\n```\n\n#### Running Jupiter on Windows\n```shell\nimage\\bin\\jupiter # for GUI mode\nimage\\bin\\jupiter [options] \u003cfiles\u003e # for CLI mode\n```\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/andrescv/Jupiter/issues/new).\n\n### Other great simulators\n\n* [Venus](https://github.com/ThaumicMekanism/venusbackend): Berkeley's Web-based simulator originally developed by [@kvakil](https://github.com/kvakil) and then updated and improved by [@ThaumicMekanism](https://github.com/ThaumicMekanism).\n\n* [RARS](https://github.com/TheThirdOne/rars): RISC-V Assembler and Runtime Simulator (RARS), based on the originally MARS simulator, but refactored for the RISC-V architecture by [@TheThirdOne](https://github.com/TheThirdOne).\n\n* [Ripes](https://github.com/mortbopet/Ripes): A graphical 5-stage RISC-V pipeline simulator \u0026 assembly editor developed by [@mortbopet](https://github.com/mortbopet).\n\n* [Spike](https://github.com/riscv/riscv-isa-sim): The original RISC-V ISA simulator that implements a functional model of one or more RISC-V harts.\n\n### Acknowledgments\n\nA big thank you to all the people working on the RISC-V project.\n\n### References\n\n1. https://github.com/riscv/riscv-isa-manual\n2. http://courses.missouristate.edu/KenVollmar/mars/index.htm\n3. https://github.com/kvakil/venus\n4. https://en.wikipedia.org/wiki/Jupiter\n5. https://en.wikipedia.org/wiki/DLX\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrescv%2FJupiter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrescv%2FJupiter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrescv%2FJupiter/lists"}