You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,12 @@ A free, open-source tool for automated testing on real and virtual hardware with
9
9
10
10
## Highlights
11
11
12
-
- 🚀 A single, unified testing tool for local, virtual, and remote hardware testing.
13
-
- 🐍 Write test scripts in Python with familiar frameworks such as [pytest](https://docs.pytest.org/en/stable/).
14
-
- 🛠️ Use [drivers](https://docs.jumpstarter.dev/introduction/drivers.html) to abstract complex hardware interfaces for testing.
15
-
- 🔌 Built-in support for common interfaces such as [CAN](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-can), [IP](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-network), [GPIO](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-raspberrypi), [U-Boot](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-uboot), [SD Wire](https://github.com/jumpstarter-dev/jumpstarter/tree/main/packages/jumpstarter-driver-sdwire), etc.
16
-
- 💻 Collaborate with developers around the world on shared test hardware.
17
-
- ☸ Integrates with your existing [Cloud Native](https://www.cncf.io/) development environment.
18
-
- 🔄 Run hardware tests with your existing CI/CD pipelines in the cloud.
19
-
- 📦 Support for containerized test runners with Podman/Docker.
20
-
- 🖥️ Supports Linux and macOS.
12
+
-**Unified Testing** - One tool for local, virtual, and remote hardware
-**Hardware Abstraction** - Simplify interfaces with drivers
15
+
-**Collaborative** - Share test hardware globally
16
+
-**CI/CD Ready** - Works with cloud native developer environments and pipelines
17
+
-**Cross-Platform** - Supports Linux and macOS
21
18
22
19
## Installation
23
20
@@ -46,8 +43,8 @@ Additionally, the command line reference documentation can be viewed with `jmp -
46
43
## Contributing
47
44
48
45
Jumpstarter welcomes contributors of all levels of experience and would love to
49
-
see you involved in the project. See the [contributing guide](https://github.com/jumpstarter-dev/jumpstarter/blob/main/CONTRIBUTING.md) to get started.
46
+
see you involved in the project. See the [contributing guide](CONTRIBUTING.md) to get started.
50
47
51
48
## License
52
49
53
-
Jumpstarter is licensed under the Apache 2.0 License ([LICENSE](https://github.com/jumpstarter-dev/jumpstarter/blob/main/LICENSE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)).
50
+
Jumpstarter is licensed under the Apache 2.0 License ([LICENSE](LICENSE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)).
Copy file name to clipboardExpand all lines: docs/source/index.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,12 @@
22
22
:alt: Weekly Meeting
23
23
```
24
24
25
-
Jumpstarter is a free and open-source testing tool that enables you to test your software stack on both real hardware and virtual environments using CI/CD principles. It provides powerful testing tools that leverage Cloud Native principles, modern CI/CD technologies, and open standards for the next generation of edge devices, whether physical or emulated.
25
+
Jumpstarter is a free and open-source testing tool that bridges the gap between development workflows and deployment environments. It enables you to test your software stack consistently across both real hardware and virtual environments using cloud native principles. By decoupling your target devices (physical or virtual) from test runners, development machines, and CI/CD pipelines, Jumpstarter allows you to use the same automation scripts everywhere - like a *Makefile* for device automation.
26
26
27
-
## Device Automation Made Simple
28
-
29
-
Jumpstarter decouples your target devices (physical or virtual) from test runners, development machines, and CI/CD pipelines, allowing you to use the same automation scripts, commands, and processes everywhere. Think of it as a *Makefile* for device automation that can run locally on your machine or distributed across your infrastructure.
0 commit comments